@extends('layouts.master') @section('title', 'Edit Property - HomesInKerala') @section('content')

Edit Property

{{ $property->title }}

@include('frontend.agent.properties._form', ['method' => 'PUT'])
@endsection