| ID | Batch # | File Name | File Path | Status | Created | Action |
|---|---|---|---|---|---|---|
| {{ $batch->id }} | {{ $batch->batch_number ?? '-' }} | {{ $batch->file_name }} | {{ $batch->file_path }} |
{{ (int) $batch->completed === 1 ? 'Completed' : 'Processing' }} | {{ optional($batch->created_at)->format('Y-m-d H:i') }} | View Rows |
| No batches found | ||||||