| # | Total Rows | Processed | Status | Progress | Failed | Action |
|---|---|---|---|---|---|---|
| {{ $upload->id }} | {{ $upload->total_rows }} | {{ $upload->processed_rows }} | @if($upload->status === 'completed_with_errors') Completed With Error @elseif($upload->status === 'completed') Completed @elseif($upload->status === 'running') Running @else Pending @endif |
|
@if($upload->failed > 0) {{ $upload->failed }} @else 0 @endif | @if($upload->failed > 0) Download Failed @else — @endif |
| No bulk uploads found. | ||||||