{{-- Header --}}

Hall Details

Manage and update hall information below.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif {{-- Hall Card --}}
{{-- Gambar --}}
{{ $hall->hall_capacity ?? '0' }} Pax Capacity

{{ $hall->hall_name ?? 'N/A' }}

Dewan Kolej Harun Aminurrashid, UPSI

{{-- Info --}}
{{-- Facilities --}}

Facilities

@foreach(explode(',', $hall->hall_facilities ?? 'N/A') as $facility) {{ trim($facility) }} @endforeach
{{-- Historical --}}

Historical Background

{{ $hall->hall_history ?? 'N/A' }}

{{-- Stats --}}

Capacity

{{ $hall->hall_capacity ?? '0' }}

Pax

Status

Active

Available

Facilities

{{ count(explode(',', $hall->hall_facilities ?? '')) }}

Items

© 2026 K-Book WBL Dev Team. All Rights Reserved.

{{-- MODAL EDIT --}}