@extends('layouts.app') @section('title', $pageTitle) @section('page-title', $pageTitle) @section('page-label', 'Import Excel') @section('page-actions') Download Template Excel @endsection @section('content')

Muat Naik dan Proses Fail

{{ $description }}

@if ($importType === 'tax') Import ini hanya untuk Admin dan digunakan sebagai data cukai harta. Kolum penting: No_Bgnn, Nama_Jalan, Kadar, Cukai_Harta. @else Import ini digunakan oleh Staff untuk data tunggakan. Format tunggakan sedia ada dikekalkan. @endif

Format dibenarkan: xlsx, xls atau csv.

@csrf

Sejarah Import

@forelse ($batches as $batch) @empty @endforelse
Batch Jenis Fail Diproses Baharu Dikemaskini Tiada Dalam Import Gagal
#{{ $batch->id }} {{ $batch->import_type === 'tax' ? 'Cukai Harta' : 'Tunggakan' }}
{{ $batch->filename }}
{{ $batch->created_at->format('d/m/Y h:i A') }}
{{ $batch->total_processed }} {{ $batch->total_new }} {{ $batch->total_updated }} {{ $batch->total_missing }} {{ $batch->total_failed }}
Belum ada sejarah import.
{{ $batches->links() }}
@endsection