@extends('layouts.app') @section('title', 'Add New Parent') @section('page-title', 'Add New Parent') @section('content')
@csrf {{-- Account Information --}}

Account Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
{{-- Personal Details --}}

Personal Details

{{-- Link Children --}}

Link Children

No children linked yet. Click "Add Child" to link students.

Cancel
@push('scripts') @endpush @endsection