@extends('elementos.navegacion') @section('pagina', 'Bandeja de Entrada') @section('content')
| ID | CI/RIF | Nombre y Apellido | Cuota Programada | Cuota Cobrada | Cuota Pendiente |
|---|---|---|---|---|---|
| {{ $m->id }} | {{ $m->rif_ci }} | {{$m->nombre}} {{$m->apellido}} | @foreach($users3 as $m2){{number_format($ergue1,2, ',', '.')}} | {{number_format($total,2, ',', '.')}} | @endforeach|
| -- | -- | TOTALES: | {{number_format(0,2, ',', '.')}} | {{number_format(0,2, ',', '.')}} | -- |