{{-- resources/views/school/attendance/index.blade.php --}} @extends('layouts.app') @section('title', 'Attendance') @section('breadcrumb', 'Attendance') @section('content')

Attendance Recording

Record end-of-term attendance summaries per class.

View Summary
Select Class & Term
How attendance works: At the end of each term, enter the total number of days school was open and how many days each student was present. This data appears on report cards and transcripts.
@endsection