@extends('layouts.app', ['title' => __('Restaurant Menu Management')]) @section('admin_title') {{__('Menu')}} @endsection @section('content') @include('items.partials.modals') @include('items.partials.header', ['title' => __('Edit Restaurant Menu')])