Date of Visit
{{ Carbon::parse($transaction->booking->booking_date)->format("d - M - Y") }}
Time of Visit
{{ $startTimeAndEndTime }}
New Schedule
Date of Visit
@if ($product->day_type == TicketDayTypeEnum::getString(TicketDayTypeEnum::WEEKDAY)) @elseif ($product->day_type == TicketDayTypeEnum::getString(TicketDayTypeEnum::WEEKEND)) @endif