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