Pagos Realizados

@if(session('error'))
{{ session('error') }}
@endif @forelse($batches as $batch) @empty @endforelse
# Archivo Generado por Fecha de generación Rango de fechas
{{ $batch->id }} {{ $batch->file_name }} {{ optional($batch->user)->name ?? '—' }} {{ $batch->created_at->format('d/m/Y H:i') }} @if($batch->date_from || $batch->date_to) {{ $batch->date_from ? \Carbon\Carbon::parse($batch->date_from)->format('d/m/Y') : '—' }} al {{ $batch->date_to ? \Carbon\Carbon::parse($batch->date_to)->format('d/m/Y') : '—' }} @else Todos los registros @endif Descargar
Sin pagos realizados aún.
{{ $batches->links() }}