@foreach($data as $d)
| {{$d['code']}} |
{{$d['description']}} |
{{"$".number_format($d['total'],2)}} |
@foreach($d['functions'] as $function)
| {{$function['code']}} |
{{$function['description']}} |
{{"$".number_format($function['total'],2)}} |
@foreach($function['subfunctions'] as $subfunction)
| {{$subfunction['code']}} |
{{$subfunction['description']}} |
{{"$".number_format($subfunction['total'],2)}} |
@endforeach
@endforeach
@endforeach
|
{{$grand_total_row['concept']}} |
{{"$".number_format($grand_total_row['total'],2)}} |