{{ trans('update.to_book_a_meeting_please_select_a_day_from_the_calendar') }}
{{ trans('update.available_times_for') }} {{ dateTimeFormat($selectedDate, 'j M Y') }}
@if(!empty($selectedDateTimes) and count($selectedDateTimes)) @foreach($selectedDateTimes as $selectedDateTime) @php $selectedDateTimeClock = explode('-', $selectedDateTime->time); @endphp
can_reserve ? '' : 'disabled') }} {{ (!empty($selectedTime) and $selectedDateTime->id == $selectedTime->id) ? 'checked' : '' }}>
@endforeach @endif
{!! !empty($selectedTime) ? $selectedTime->description : '' !!}