Tambah Barzakh Nama Kod Status Keterangan Jumlah lot Jenazah Tindakan @forelse ($barzakhs as $b) {{ $b->name }} {{ $b->code }} {{ $b->description ? \Illuminate\Support\Str::limit($b->description, 60) : '—' }} {{ number_format($b->lots_count) }} {{ number_format($b->burial_records_count) }} Edit @php $mn = 'delete-barzakh-'.$b->id; @endphp | @empty @endforelse @if ($barzakhs->isNotEmpty())
{{ $barzakhs->links() }}
@endif