@extends('layouts.app') @section('title', $teacher->name . ' - Teacher Profile') @section('page-title', 'Teacher Profile') @section('content')
{{ $teacher->email }}@if($teacher->phone) · {{ $teacher->phone }}@endif
Employee ID
{{ $teacher->teacherProfile?->employee_id ?? '—' }}
Qualification
{{ $teacher->teacherProfile?->qualification ?? '—' }}
Specialization
{{ $teacher->teacherProfile?->specialization ?? '—' }}
Joining Date
{{ $teacher->teacherProfile?->joining_date?->format('d M Y') ?? '—' }}
Not assigned as class teacher
@endifNo subjects assigned yet
@endifNo attendance records yet
@endif