@php $imports = $imports ?? []; @endphp
| ID | Dataset | Status | Total Rows | Success Rows | Failed Rows | Error Message | Error file | Created At |
|---|---|---|---|---|---|---|---|---|
| {{ $import->id }} | {{ $import->table_name }} | {{ ucfirst($import->status) }} | {{ $import->total_rows }} | {{ $import->success_rows }} | {{ $import->failed_rows }} | {{ $import->error_message ?? '-' }} | @if($errorFilePath !== '') {{ $errorFileName ?: 'Download file' }} @else - @endif | {{ \Carbon\Carbon::parse($import->created_at)->format('d-m-Y') }} |
| No import records found | ||||||||