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