@extends('backend.layouts.app') @section('title', 'Infrastructure List') @push('style') @endpush @section('content')
Infrastructure List
@foreach ($infrastructures->keys() as $location)
@forelse ($infrastructures as $locationName => $rooms) @foreach ($rooms as $room) @if ($loop->first) @endif {{-- End Edit Modal --}} @endforeach @empty @endforelse
Room Location Room No. Class Room / Office Actions
{{ $locationName }} {{ $room->room_number }} {{ $room->room_name }}
No Infrastructure Data Found
@endsection @push('script') @endpush