@extends('layouts.admin', ['heading' => 'Member Imports', 'subheading' => 'Bulk import history']) @section('content')
@forelse($imports as $batch) @empty @endforelse
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.
{{ $imports->links() }}
@endsection