@php
$eventOptions = collect($events)->mapWithKeys(fn($e) => [$e->id => $e->title])->toArray();
@endphp
@php
$packageOptions = collect($packages)->mapWithKeys(fn($p) => [$p->id => ($p->name.' ('.$p->currency.' '.($p->price ?? '0').')')])->toArray();
@endphp