@if(!empty($selectedDateTimes) and count($selectedDateTimes))
@foreach($selectedDateTimes as $selectedDateTime)
@php
$selectedDateTimeClock = explode('-', $selectedDateTime->time);
@endphp
@endforeach
@endif
{!! !empty($selectedTime) ? $selectedTime->description : '' !!}