{{ __('Keputusan Import') }}

@if (session('status'))
{{ session('status') }}
@endif
Batch: #{{ $batch->id }} | Fail: {{ $batch->original_filename ?? '—' }}
Total: {{ $batch->total_rows }}
Berjaya: {{ $batch->success_rows }}
Gagal: {{ $batch->failed_rows }}
Conflict ditemui: {{ $batch->conflict_rows }}
Error row (maks 200 disimpan)
@forelse (($batch->errors ?? []) as $e) @empty @endforelse
Row Error Data
{{ $e['row'] ?? '—' }} {{ implode(' ', $e['errors'] ?? []) }}
{{ json_encode($e['data'] ?? [], JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
Tiada error.