@extends('layouts.app') @section('title', 'Edit Parent - ' . $parent->name) @section('page-title', 'Edit Parent') @section('content')
Back to Profile
@csrf @method('PUT') {{-- Account Information --}}

Account Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

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

Personal Details

{{-- Link Children --}}

Linked Children

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

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