@extends('layouts.app') @section('title', 'Import ' . $batch->file_name . ' โ Gap Finder Analytics') @section('content')
Status: {{ $batch->status }} ยท {{ $batch->stagingRows->count() }} rows
@if (!empty($stats))| Row | Status | Raw data | Errors |
|---|---|---|---|
| {{ $row->row_index }} | {{ $row->validation_status }} | {{ json_encode($row->raw_data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }} |
{{ $row->validation_errors ? implode('; ', $row->validation_errors) : 'โ' }} |
Showing first 100 of {{ $batch->stagingRows->count() }} rows.
@endif