{{-- Add a loop to iterate through the collection --}} @foreach($indications as $indication) {{-- Use the built-in $loop variable for the row number --}} {{-- All other columns remain the same, using the $indication variable from the loop --}} @endforeach {{-- Add a message for when there are no records to print --}} @if($indications->isEmpty()) @endif
No. Address/Scheme Mukim/District/RSS Type/Category BU/LA Price/Analysis by Share/Storey Date/Lot Status/Share Lot Type/Lot No. Title Type/Title No. Vendor(s)/Purchaser(s) Tenure/Duration/Expiry Crop/Section/Sales Type
{{ $loop->iteration }}{{ $indication->kawasan_skim_perumahan ?? 'N/A' }}
{{ $indication->alamat ?? 'N/A' }}
{{ $indication->subdistrict->subdistrict_name ?? $indication->mukim_bandar ?? 'N/A' }}
{{ $indication->district->district_name ?? $indication->daerah ?? 'N/A' }}
{{ $indication->no_rss_pelan ?? 'N/A' }}
{{ $indication->jenis_harta_tanah ?? 'N/A' }}
{{ $indication->jenis_bangunan ?? 'N/A' }}
B/U: {{ number_format($indication->luas_bangunan_utama ?? 0, 0) }} m²
L.A: {{ number_format($indication->luas_lot_petak ?? 0, 0) }} m²
RM {{ number_format($indication->balasan_rm ?? 0, 2) }}
Share: {{ $indication->syer ?? 'N/A' }}
Storey: {{ $indication->bil_tgkt_atas_tanah ?? 'N/A' }}
{{ $indication->tarikh_pindahmilik ? \Carbon\Carbon::parse($indication->tarikh_pindahmilik)->format('d/m/Y') : 'N/A' }}
Status: {{ $indication->status_lot ?? 'N/A' }}
Share: {{ $indication->syer ?? 'N/A' }}
Type: {{ $indication->jenis_lot_plot ?? 'N/A' }}
No: {{ $indication->no_lot_plot ?? 'N/A' }}
Type: {{ $indication->jenis_hakmilik ?? 'N/A' }}
No: {{ $indication->no_hakmilik ?? 'N/A' }}
V: {{ $indication->nama_pemberi_pindahmilik ?? 'N/A' }}
P: {{ $indication->nama_penerima_pindahmilik ?? 'N/A' }}
{{ $indication->jenis_pegangan ?? 'N/A' }}
{{ $indication->tempoh_pajakan ?? 'N/A' }} years
Expiry: {{ $indication->tarikh_luput_pajakan ? \Carbon\Carbon::parse($indication->tarikh_luput_pajakan)->format('d/m/Y') : 'N/A' }}
{{ $indication->jenis_tanaman ?? 'N/A' }}
{{ $indication->seksyen_blok ?? 'N/A' }}
{{ $indication->klasifikasi_tanah ?? 'N/A' }}
No records selected to print.