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