Add New Student

{{-- Validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf {{-- ========================================= --}} {{-- STUDENT INFORMATION --}} {{-- ========================================= --}}

Student Information

{{-- ========================================= --}} {{-- STUDENT TYPE --}} {{-- ========================================= --}}

Student Type

{{-- ========================================= --}} {{-- PARENT INFORMATION --}} {{-- ========================================= --}}

Parent / Guardian

{{-- EXISTING PARENT --}} {{-- NEW PARENT --}} {{-- ========================================= --}} {{-- BILLING ACCOUNT --}} {{-- ========================================= --}}

Billing Account

{{-- SUBMIT --}}
{{-- Simple JS for toggling parent sections --}}