@if (! $isPublic)
@endif
Cari Reset
@if ($isPublic) Paparan awam: catatan dalaman tidak dipaparkan. Hubungi pihak pengurusan untuk pertanyaan lanjut. @endif

Hasil carian

Jumlah: {{ number_format($results->total()) }}

@forelse ($results as $r) @php $lotLabel = $r->lot?->lot_no ?? $r->lot_no; $catatanRingkas = $r->catatan ? \Illuminate\Support\Str::limit($r->catatan, 80) : null; @endphp
{{ $r->nama }}
Barzakh
{{ $r->barzakh?->name ?? '—' }}
Lot
{{ $lotLabel ?: '—' }}
Tarikh
{{ optional($r->tarikh_kebumi)->format('d/m/Y') ?? '—' }}
@if (! $isPublic)
Jantina
Catatan
{{ $catatanRingkas ?: '—' }}
@endif
@empty @endforelse
@if ($results->isNotEmpty())
{{ $results->links() }}
@endif
@if (! $isPublic) @endif