{{-- Top Navigation Bar - Replaces Sidebar --}} {{-- Mobile hamburger button --}} {{-- Dashboard --}} Dashboard {{-- Family Circle --}} {{-- Registrations Dropdown --}} @php $isRegistrationActive = in_array($page, [ 'registrations', 'current-registration', 'complete-registration', 'past-registration', 'draft-registrations', 'form-builder', 'published-forms', 'non-published-forms', 'published-sets', 'non-published-sets', 'registration-sets', 'past-forms', 'saved-forms' ]); @endphp Registrations {{-- 1. Registration Form (dropdown item with nested submenu) --}} Registration Form {{-- Nested submenu for Registration Form --}} {{-- Current Registration (with dynamic sub-menu) --}} Current Registration {{-- Deep nested submenu for dynamic forms --}} Loading forms... Draft Registration Completed Registration Past Registration {{-- 2. Form Builder (dropdown item with nested submenu, Admin Only) --}} @php $fbPreserveParams = request()->only(['dbname', 'db_name', 'organisation', 'org', 'db', 'token', 'authToken', 'auth_token']); $fbQs = !empty($fbPreserveParams) ? '?' . http_build_query($fbPreserveParams) : ''; @endphp Form Builder {{-- Nested submenu for Form Builder --}} Create Form Published Forms Non-Published Forms {{-- Schedule Dropdown --}} @php $isScheduleActive = in_array($page, ['schedule', 'all-events']); @endphp Schedule My Event All Events {{-- Settings --}} Settings {{-- Sign Out --}} Sign Out