@extends('qr_code_cardapio.default', ['title' => 'Home']) @section('css') @endsection @section('content')
@if(isset($mesa) && $mesa != null)
{{ $mesa->nome }}
@endif @if(isset($produtosEmDestaque) && sizeof($produtosEmDestaque) > 0)
Produtos em destaque
@endif
@foreach($categorias as $c) @if($c->produtosCardapio && sizeof($c->produtosCardapio) > 0)
{{ $c->nome }}
@foreach($c->produtos as $p) @if($p->cardapio && $p->validaEstoqueDelivery())
@endif @endforeach
@endif @endforeach
@endsection @section('js') @isset($produto) @endif @endsection