{!!Form::vertical_open()
->id('form-create')
->method('POST')
->files('true')
->action(guard_url('location/property'))!!}
@php
$data = form_merge_form($form['fields'], compact('data', 'meta'), true);
$form = $data['form'];
$mode = 'create';
@endphp
@include('location::property.partials.form')
{!! Form::close() !!}
@include('location::property.partials.aside')