@extends('layouts.master') @section('main_content')

Teacher Attendance Report

Teacher Information
  • User Name: {{ $teacher->user->username ?? 'N/A' }}
  • Department: {{ $teacher->information->department->department_name ?? 'N/A' }}
  • Designation: {{ $teacher->information->designation->designation_name ?? 'N/A' }}
  • Preferred Subject: {{ $teacher->information->preferenceSubject->subject ?? 'N/A' }}
Yearly Attendance
  • Total Working Days: {{ $teacherSummaries['yearly']['total_working_days'] ?? 'N/A' }}
  • Present: {{ $teacherSummaries['yearly']['total_present'] ?? 'N/A' }}
  • Absent: {{ $teacherSummaries['yearly']['total_absent'] ?? 'N/A' }}
Monthly Attendance
  • Total Working Days: {{ $teacherSummaries['monthly']['total_working_days'] ?? 'N/A' }}
  • Present: {{ $teacherSummaries['monthly']['total_present'] ?? 'N/A' }}
  • Absent: {{ $teacherSummaries['monthly']['total_absent'] ?? 'N/A' }}
Attendance Date In Time Out Time Status Action
@endsection @push('script') @endpush