{!!Form::vertical_open()
->id('property-property_type-create')
->method('POST')
->files('true')
->action(guard_url('property/property_type'))!!}
{{ trans('app.new') }} [{!! trans('property::property_type.name') !!}]
@include('property::admin.property_type.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}