# Codigo |
Nombre |
Empresa |
Direccion |
Total En Deuda |
|
@foreach ($data as $d)
@if ($d['f']->total_deuda - $d['a']->total_abono > 0)
{{$d['p']->id}} |
{{$d['p']->nombre}} |
{{$d['p']->empresa}} |
{{$d['p']->direccion}} |
Q. {{number_format($d['f']->total_deuda - $d['a']->total_abono,2)}}
|
|
@endif
@endforeach
Q. {{number_format($t_d, 2)}}