@extends('admin/layouts/default') @section('title') properties @parent @stop @section('content') @include('adminlte-templates::common.errors')

{{Lang::get('property.properties_edit')}}

{{Lang::get('property.edit_property')}}


{!! Form::model($property, ['route' => ['admin.properties.update', collect($property)->first() ], 'method' => 'patch']) !!} @include('admin.properties.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop