@extends('layouts.app') @section('content')
Click booth platform to select your desired booth location @include('flash::message')
{{--MAIN HEADING--}}
{{$hall->name}}
@foreach ($locations as $location) @if($bookedLocations->contains($location->id))
already booked
@else id,$location->id]) }}' class="tooltips" >
{{$location->label}}
@endif @endforeach Snow
@endsection