@php $tip_title = $tip_title ?? 'Explore upcoming events'; $tip_text = $tip_text ?? 'Open any event for details. If registration is open, you can sign up from the event page.'; $tip_href = $tip_href ?? route('frontend.events.index'); $tip_storage_key = $tip_storage_key ?? 'events_tip_dismissed_v1'; @endphp
@push('styles') @endpush @push('scripts') @endpush