{{ __('Preview Import') }}

{{ $totalRows ?? 0 }}

Total Rows

{{ $validRows ?? 0 }}

Valid

{{ $errorRows ?? 0 }}

Errors

{{ $duplicateRows ?? 0 }}

Duplicates

@foreach($preview ?? [] as $row) @endforeach
Status Date Description Amount Type Category
@if($row['status'] === 'valid') @elseif($row['status'] === 'duplicate') @else @endif {{ $row['date'] ?? '' }} {{ $row['description'] ?? '' }} {{ number_format($row['amount'] ?? 0, 0, ',', '.') }} {{ ucfirst($row['type'] ?? '') }} {{ $row['category'] ?? '' }}
Back
@csrf Import {{ $validRows ?? 0 }} Rows