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

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('demo/demo_restaurant'))!!} @php $form['fields'] = form_merge_form($form['fields'], compact('data', 'meta')); $mode = 'create'; @endphp @include('demo::demo_restaurant.partials.form') {!! Form::close() !!}
@include('demo::demo_restaurant.partials.aside')