@php
$type = "pizzas";
@endphp
{!! $type !!}
R$10,00
@if($type === "pizzas")
Selecione a borda
obrigatório
@for($j=1; $j<=4; $j++)
@endfor
@php
$quantidade_sabor = 3
@endphp
Escolha um sabor
obrigatório
@if($quantidade_sabor > 1)
0 / {!! $quantidade_sabor !!}
@endif
@if($quantidade_sabor === 1)
@for($j=1; $j<=8; $j++)
@endfor
@else
@for($j=1; $j<=8; $j++)
Pizza de Calabresa
MOLHO DE TOMATE NATURAL E CALABRESA E CATUPIRY
@endfor
@endif
@elseif($type === "porcoes")
Descricao do item
@elseif($type === "bebidas")
bebidas
@endif