{!!__('Create')!!} {!! trans('eatery::eatery.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('eatery/eatery'))!!} @include('eatery::eatery.partial.entry', ['mode' => 'create']) {!! Form::close() !!}