{{ __('Meeting Room Details') }}

@if ($meetingRoom->image) {{ $meetingRoom->name }} @else
@endif

{{ $meetingRoom->name }}

Location: {{ $meetingRoom->location }}

Capacity: {{ $meetingRoom->capacity }} people

@if($meetingRoom->facility)

Facility:

{{ $meetingRoom->facility }}
@endif
Back Edit
@csrf @method('DELETE')
@push('scripts') @endpush