@if (session('success'))
{{ $exports->onEachSide(1)->links('pagination::bootstrap-5') }}
{{ session('success') }}
@endif
{{ $exports->total() }} Records
| Filename | Created Date | Size | Status | Download |
|---|---|---|---|---|
| {{ $export->filename }} @if ($export->record_count !== null) {{ number_format($export->record_count) }} records @endif @if ($export->isFailed() && $export->error_message) {{ $export->error_message }} @endif | {{ $export->created_at ? $export->created_at->format('d M, Y h:i A') : '-' }} | {{ $export->size_for_humans }} | {{ $export->status_label }} | @if ($export->isDownloadable()) Download @else - @endif |
| No records found | ||||