@extends('layouts.app') @section('content')

All Halls

@foreach($halls as $hall)

{{ $hall->name }}

{{ $hall->location }}

Status: {{ $hall->status }}

@endforeach
@endsection