Edit Student: {{ $student->user->first_name }} {{ $student->user->last_name }}

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

Student Information

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

Student Type

{{-- ========================================= --}} {{-- PARENT SELECTION --}} {{-- ========================================= --}}

Parent / Guardian

{{-- Existing Parent --}} {{-- New Parent --}} {{-- ========================================= --}} {{-- BILLING INFORMATION --}} {{-- ========================================= --}}

Billing Account

{{-- SUBMIT --}}