@extends('layouts.logeado') @section('sub_title', 'Registros de ' . $tercero->NRO_IDENTIFICACION . ', ' . $tercero->PRIMER_NOMBRE . ' ' . $tercero->PRIMER_APELLIDO) @section('sub_content')
Placa | Factura | Fecha | Vencimiento | Saldo | Cuenta |
---|---|---|---|---|---|
{{ $registro->AFECTA }} | {{ $registro->FACTURA }} | {{ $registro->FECHA }} | {{ $registro->FECHA_VENCIMIENTO }} | {{ number_format($registro->SALDO_VENCIDO) }} | {{ $registro->CUENTA }} |
No hay datos |