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