@php $opArr = is_array($opcoesLinha ?? null) ? $opcoesLinha : []; $lista = is_array($opArr['adicionais'] ?? null) ? $opArr['adicionais'] : []; $obsItem = trim((string) ($opArr['observacao'] ?? '')); $notaItem = (int) ($opArr['nota_produto'] ?? 0); @endphp @if ($lista !== [] || $obsItem !== '' || ($notaItem >= 1 && $notaItem <= 5))
@if ($notaItem >= 1 && $notaItem <= 5) @endif @if ($obsItem !== '')
Obs.: {{ $obsItem }}
@endif @if ($lista !== []) @endif
@endif