@php $tz = isset($userTimeZone) ? $userTimeZone : Settings('active_time_zone'); @endphp @foreach ($periods as $date)
@php $bookingList = \Modules\Appointment\Entities\Booking::bookingList($date, auth()->user()); @endphp @foreach ($bookingList as $key => $scheduleInfo) @php $tz = $scheduleInfo->timezone ?? Settings('active_time_zone'); @endphp
{{ $key + 1 }}.
@endforeach
@endforeach