@extends('layouts.app') @section('title', 'Edit Teacher') @section('content')
Update {{ $teacher->fullName() }}'s personal and employment information.
Please correct the following information.
Update the teacher's personal information.
{{ $message }}
Unique identification number for this teacher.
Leave empty to keep the current photo. Maximum 2 MB.
Update phone, email and residential information.
Manage designation, qualification and employment settings.
Class and section assignment is managed separately.
System information associated with this teacher.
Created
{{ $teacher->created_at?->format('d M Y') ?? '—' }}
{{ $teacher->created_at?->format('h:i A') ?? '' }}
Last Updated
{{ $teacher->updated_at?->format('d M Y') ?? '—' }}
{{ $teacher->updated_at?->format('h:i A') ?? '' }}
Assignments
{{ $teacher->assignments_count ?? $teacher->assignments()->count() }}
Teacher assignments
Current profile information.
{{ $teacher->fullName() }}
{{ $teacher->designation }}
Review changes before saving.
Changes to teacher information will be reflected throughout the attendance system.