@foreach($data as $d) @foreach($d['cogs'] as $cog) @endforeach @endforeach
Unidad Responsable Importe
{{$d['code']}} {{$d['description']}} {{"$".number_format($d['total'],2)}}
{{$cog['code']}} {{$cog['description']}} {{"$".number_format($cog['total'],2)}}
{{$grand_total_row['description']}} {{"$".number_format($grand_total_row['amount'],2)}}