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