@extends('layouts.app') @section('title','Bulk Master Data Imports') @section('content')
Controlled data onboarding
Preview CSV/XLSX data, resolve every row error, then commit the complete batch atomically.
No records are written until a valid preview is explicitly committed.
Operator, validation status and commit evidence.
| Batch | Type / File | Rows | Validation | Operator | Created |
|---|---|---|---|---|---|
| #{{ $batch->id }} | {{ str($batch->import_type)->replace('_',' ')->title() }}{{ $batch->original_filename }} | {{ $batch->total_rows }} | {{ str($batch->status)->replace('_',' ')->title() }}{{ $batch->invalid_rows }} invalid | {{ $batch->user?->name }} | {{ $batch->created_at->format('d M Y H:i') }} |
No import batches | |||||