@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- 1. ADDED ALPINE.JS SO THE MOBILE MENU WORKS --}} {{-- 2. ADDED x-data="{ mobileMenu: false }" SO THE HAMBURGER CAN OPEN/CLOSE --}} {{-- Navigation --}} {{-- Form Section --}}

Welcome to RP Learning Academy

Thank you for your interest in our tutoring services. To enable us to match your ward with the most suitable tutor, kindly provide the following information.

@if(session('success'))

Request Received!

{{ session('success') }}

Return Home
@else
@csrf {{-- Parent Info --}}
{{-- Child Info --}}
{{-- 3. FIXED: Hardcoded Array so you don't get the "Undefined variable $subjects" error --}}
@foreach(['Mathematics', 'English', 'Science', 'Phonics', 'Computing / ICT', 'French', 'Other'] as $subject) @endforeach
{{-- Preferences --}}
{{-- Textareas --}}
@endif