@extends('layouts.admin') @section('title', 'Butiran Import') @section('content')

Butiran Import: {{ $batch->original_filename }}

Baris Dibaca

{{ $batch->total_rows }}

Berjaya

{{ $batch->successful_rows }}

Dikemas Kini

{{ $batch->updated_rows }}

Diabaikan

{{ $batch->skipped_rows }}

Gagal

{{ $batch->failed_rows }}

Pendua

{{ $batch->duplicate_rows }}

@if($batch->errors->count())
Senarai Ralat
@foreach($batch->errors as $error) @endforeach
BarisRalatData
{{ $error->row_number }} {{ $error->error_message }} {{ json_encode($error->row_data) }}
@endif Kembali @endsection