# | Ruc | Fecha | Factura | Nombre Comercial | Razon Social | Zona | Tipo de cliente | Departamento | Distrito | Total Factura | @for ($i = 1; $i <= $payment_count; $i++)Pago {{$i}} | @endforSaldo | @for ($i = 1; $i <= $payment_count; $i++)Referencia {{$i}} | @endfor
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$value->ruc}} | {{$value->date}} | {{$value->invoice }} | {{$value->comercial_name }} | {{$value->business_name }} | {{$value->zone }} | {{$value->person_type }} | {{$value->department }} | {{$value->district }} | {{$value->total }} | @for ($i = 0; $i < $payment_count; $i++){{ ( isset($value->payments[$i]) ) ? number_format($value->payments[$i]->payment, 2, ".", "") : '' }} | @endfor{{$value->balance }} | @for ($i = 0; $i < $payment_count; $i++){{ ( isset($value->payments[$i]) ) ? $value->payments[$i]->reference : '' }} | @endfor
No se encontraron registros.