Total
{{ $batch->total_rows }}
@extends('layouts.app') @section('title','Import Preview #'.$batch->id) @section('content')
Import preview #{{ $batch->id }}
{{ $batch->original_filename }} · {{ $batch->total_rows }} data rows
Total
{{ $batch->total_rows }}
Valid
{{ $batch->valid_rows }}
Invalid
{{ $batch->invalid_rows }}
Status
{{ str($batch->status)->replace('_',' ')->title() }}
Correct every listed row and upload a new file. No partial import is available.
Normalized values and exact row errors.
| Row | @foreach($batch->headers??[] as $header){{ str($header)->replace('_',' ')->title() }} | @endforeachErrors |
|---|---|---|
| {{ $item['row'] }} | @foreach($batch->headers??[] as $header){{ $item['data'][$header]??'—' }} | @endforeach@if($item['errors'])
|