@extends('admin.layouts.app') @section('title', 'Edit Property') @section('content') @include('admin.properties.form') @endsection