Availability Manager

Apply recurring weekly slots and date-specific add/remove exceptions.

@if ($this->availabilitySyncMessage) @php $feedbackClasses = match ($this->availabilitySyncMessageLevel) { 'success' => 'border-emerald-200 bg-emerald-50 text-emerald-800', 'error' => 'border-rose-200 bg-rose-50 text-rose-800', default => 'border-slate-200 bg-slate-50 text-slate-700', }; @endphp
{{ $this->availabilitySyncMessage }}
@endif

Weekly Recurrence

@foreach ([1 => 'Mon', 2 => 'Tue', 3 => 'Wed', 4 => 'Thu', 5 => 'Fri', 6 => 'Sat', 7 => 'Sun'] as $weekdayValue => $weekdayLabel) @endforeach

Date Exception