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