@extends('layouts.app') @section('content')

Excel Imports

Upload .xlsx/.xls and map headers
Upload Excel
@csrf
Recent Import Batches
@forelse($batches as $batch) @empty @endforelse
IDFileTagSourceTotalsModeBy
{{ $batch->id }} {{ $batch->file_name }} {{ $batch->tag }} {{ $batch->source }} I:{{ $batch->inserted_rows }} U:{{ $batch->updated_rows }} F:{{ $batch->failed_rows }} {{ strtoupper($batch->import_mode) }} {{ $batch->uploader?->name }} View
No import history yet
@endsection