{{Lang::get('Change Property')}}

{!! Form::open(['route' => ['admin.properties.changeProperty', collect($property)->first() ], 'method' => 'post']) !!}
{!! Form::label('change_property', Lang::get('Change Property')) !!}
{!! Form::submit(Lang::get('general.save'), ['class' => 'btn btn-success mr-auto','id'=>'add-boundary']) !!}
{!! Form::close() !!}