@php $recurringTypes = ['once'=>'Once','daily'=>'Daily','weekly'=>'Weekly','monthly'=>'Monthly','yearly'=>'Yearly']; $months = [1=>'Jan',2=>'Feb',3=>'Mar',4=>'Apr',5=>'May',6=>'Jun',7=>'Jul',8=>'Aug',9=>'Sep',10=>'Oct',11=>'Nov',12=>'Dec']; @endphp

is_full_day ?? 0) == 1 ? 'checked' : '' }}>
is_recurring ?? 0) == 1 ? 'checked' : '' }}>
@if(isset($event) && $event->event_image) @endif
@php $selectedCategories = old('category', $event->category ?? []); if (!is_array($selectedCategories)) { $selectedCategories = explode(',', $selectedCategories); } @endphp