Set your default availability for each day of the week
Block dates for vacations, tournaments, or other commitments
@userDate($blockedDate->specific_date)
@if($blockedDate->is_all_day) All Day @else {{ substr($blockedDate->start_time, 0, 5) }} - {{ substr($blockedDate->end_time, 0, 5) }} @endif @if($blockedDate->notes) • {{ $blockedDate->notes }} @endif
No blocked dates