@extends('menu_rest.layout') @section('content')

{{ $data['restaurante']->userName . ' Menu' }}

All

@foreach ($data['categorias'] as $key => $Categoria)

{{ $Categoria->nombre }}

@endforeach
{{-- Modal de la tarjeta --}} {{-- Modal de Imagen --}} @endsection