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