Voltar ao painel
Data da importação Arquivo Registros Matched Conflict Unmatched Ações @forelse($batches as $batch) {{ $batch->imported_at ? \Illuminate\Support\Carbon::parse($batch->imported_at)->timezone(config('app.timezone'))->format('d/m/Y H:i') : '—' }} {{ $batch->source_file ?? '—' }} {{ number_format((int) $batch->imported_rows, 0, ',', '.') }} {{ number_format((int) $batch->matched_rows, 0, ',', '.') }} {{ number_format((int) $batch->conflict_rows, 0, ',', '.') }} {{ number_format((int) $batch->unmatched_rows, 0, ',', '.') }} Ver detalhes @empty Nenhuma importação encontrada. @endforelse
{{ $batches->links() }}