@extends('layouts.app') @section('title', 'Master Data Ruangan') @section('content')
Kelola daftar lokasi dan penempatan fisik sarana sekolah
| # | Unit Sekolah | Nama Ruangan | Gedung / Lokasi | Deskripsi | Total Sarana | Aksi |
|---|---|---|---|---|---|---|
| {{ $locations->firstItem() + $index }} | @if($loc->unit) {{ $loc->unit->name }} ({{ $loc->unit->code }}) @else - @endif | {{ $loc->name }} | {{ $loc->building ?? 'Utama' }} | {{ $loc->description ?? '-' }} | {{ $loc->items_count ?? 0 }} Unit Barang | |
| Belum ada data ruangan. | ||||||