{{ __('Manage Availability - Classic View') }}

Calendar View

Weekly Schedule

@userTimezoneDisplay

Set your default availability for each day of the week

@csrf
@foreach($daysOfWeek as $day)
No time slots. Click "Add Time Slot" to add availability.
@endforeach

Block Specific Dates

Block dates for vacations, tournaments, or other commitments

@forelse($blockedDates as $blockedDate)

@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

@empty

No blocked dates

@endforelse
@push('scripts') @endpush