Receiver
Target
{{ $calendar->target_url }}
@endifTimezone
{{ $calendar->timezone ?: '—' }}
Treatment Name
{{ $calendar->treatment_name ?: '—' }}
Allowed Actions
@php $actions = $calendar->allowed_actions ?? ['create', 'reschedule', 'cancel']; $actionColors = [ 'create' => 'bg-blue-100 dark:bg-blue-900 text-blue-700 dark:text-blue-300', 'reschedule' => 'bg-yellow-100 dark:bg-yellow-900 text-yellow-700 dark:text-yellow-300', 'cancel' => 'bg-red-100 dark:bg-red-900 text-red-700 dark:text-red-300', ]; @endphpWebhook URL
{{ $calendar->webhookUrl() }}