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