@extends('layouts.admin', ['heading' => 'Member Imports', 'subheading' => 'Bulk import history']) @section('content')
| Batch | Status | Processed | Failed | Error Report |
|---|---|---|---|---|
| #{{ $batch->id }} | {{ $batch->status }} | {{ $batch->processed_rows }}/{{ $batch->total_rows }} | {{ $batch->failed_rows }} |
@if($batch->error_report_path)
Download
{{ $batch->error_report_path }}
@else
None
@endif
|
| No imports yet. | ||||