@extends('layouts.logeado') @section('sub_title', 'Registros de ' . $tercero->NRO_IDENTIFICACION . ', ' . $tercero->PRIMER_NOMBRE . ' ' . $tercero->PRIMER_APELLIDO) @section('sub_content')
@forelse($registros as $registro) @empty @endforelse
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
@if (method_exists($registros, 'links')) {{ $registros->links() }} @endif
@endsection