@extends('admin.layouts.app') @section('head') {{-- --}} @endsection @section('content')

{{$title}}

@csrf
Agregue el nombre del menu.



Imagen del menú
Imagen

Agregue una imagen con (1920 * 750)px aproximadamente para mantener el formato de la web.





Página Web

Items
@php $ing = json_decode($menu->ingredients); @endphp @foreach ($ingredients as $ingredient)
id, $ing)) checked @endif >
@endforeach

@section('scripts') {{-- previzualizar imagenes --}} {{-- select2 para dias --}} @endsection @endsection