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