@foreach($orders as $order) @php $product = $order->product; $titolo = $product ? "{$product->name}" : ""; @endphp {{ getvalstr("", $order->Codice) }} {{ getvalstr("", $order->DataOra) }} {{ getvalstr("", $titolo) }} {{ getvalstr("Ordine", $order->IdInternet, true) }} {{ getvalstr("Articolo", $order->CodArticoloGM, true) }} {{ getvalstr("Prezzo", $order->PrezzoLordo) }} {{ getvalstr("Quantità", $order->Qta) }} @if($order->PercSconto) {{ getvalstr("Sconto", $order->PercSconto) }} @endif @if($order->Descrizione) {{ getvalstr("Descr", $order->Descrizione) }} @endif ELIMINA!
@endforeach