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

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

@php $uniqe = createQniqueSessionAndDestoryOld('unique'); @endphp @include('restaurant.foods.multi_file', ['unique' => $uniqe, 'field_name' => 'gallery_image'])
@csrf @include('restaurant.foods.fields')
{{ __('system.crud.cancel') }}
@endsection