@extends("admin.admin_app") @section("content")

Hall Facilities List

All Records for Hall Facilities

@php $facilities = [ 'audio_visual' => 'AUDIO-VISUAL EQUIPMENT', 'projector' => 'PROJECTOR', 'video_conferencing' => 'VIDEO CONFERENCING', 'wireless_wire_internet_service' => 'WIRELESS OR WIRED INTERNET ACCESS', 'photocopying_service' => 'PHOTOCOPYING SERVICE', 'facsimile' => 'FACSIMILE', 'currency_exchange' => 'CURRENCY EXCHANGE', 'dj' => 'DJ', 'car_rental' => 'CAR RENTAL', 'laundry_service' => 'LAUNDRY SERVICE', 'wheelchairs' => 'WHEELCHAIRS', 'elevators' => 'ELEVATORS', 'doctor_on_call' => 'DOCTOR ON CALL', 'babysitter_on_call' => 'BABYSITTER ON CALL', 'flower_decoration' => 'FLOWER DECORATION', 'tent_service' => 'TENT SERVICE', 'decorative_lights' => 'DECORATIVE LIGHTS', 'photography' => 'PHOTOGRAPHY', 'videography' => 'VIDEOGRAPHY', 'outside_catering' => 'OUTSIDE CATERING', 'inside_catering' => 'INSIDE CATERING' ]; @endphp @foreach($facilities as $key => $facility) @endforeach @foreach($amenityArr as $key => $amenity) @endforeach
S.No. Name Facility Provided by Hotel Outsourced Facility
{{ $loop->iteration }} {{ $facility }} Yes No Yes No
{{ $amenity->name }} Yes No Yes No
@endsection