@if($bookingTime->status == 'enabled')
@if ($bookingTime->multiple_booking === 'yes' && $bookingTime->max_booking != 0 && $bookings->count() >= $bookingTime->max_booking)
@lang('front.maxBookingLimitReached')
@else
{{-- select employee div --}}
@lang('messages.booking.selectEmployeeMSG')
@lang('front.noEmployeeAvailableAt') .
@if($slot_count==1 || $check_remaining_booking_slots==0)
@lang('front.bookingSlotNotAvailable')
@endif
@endif
@else
@lang('front.bookingSlotNotAvailable')
@endif