@if($bookingTime->status == 'enabled')
{{-- @if ($bookingTime->multiple_booking === 'yes' && $bookingTime->max_booking != 0 && $bookings->count() >= $bookingTime->max_booking)
@lang('front.maxBookingLimitReached')
@else --}}
{{-- --}}
{{date('l',strtotime($bookingTime->choosed_date))}}
{{date('jS F Y',strtotime($bookingTime->choosed_date))}}
{{-- 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