@extends('layouts.app') @section('title', __('system.restaurants.create.menu')) @section('content')

{{ __('system.restaurants.create.menu') }}

@csrf @include('restaurant.restaurants.fields', ['create' => true])
{{ __('system.crud.cancel') }}
@endsection