@extends('adminlte::page') @section('title', 'Edit Property') @section('content_header')

Edit Property

@endsection @section('content')
@csrf @method('PUT') @include('properties.form', ['property' => $property]) Cancel
@endsection