{!!__('Edit')!!} {!!$data['title']!!}

{!!Form::vertical_open() ->method('PUT') ->id('form-edit') ->enctype('multipart/form-data') ->action(guard_url('property/property/'. $data['id']))!!} @include('property::property.partial.entry', ['mode' => 'edit']) {!!Form::close()!!}