@extends('qr_code_cardapio.default', ['title' => 'Produtos']) @section('content')
InĂ­cio @foreach($categorias as $c) @if($c->produtos && sizeof($c->produtos) > 0) {{ $c->nome }} @endif @endforeach
@section('js') @if($categoria->tipo_pizza) @endif @endsection @endsection