@extends('layouts.teacher') {{ config('app.name', 'Laravel') }} | Teacher | Student Attendance History @include('datepicker') @section('main-content')
@if (Session::has('success')) @endif

Student Attendance History

( Month selection will be disabled when start date or end date is selected )
# Date Status
{{ 'No record found' }}
student_image
Student Details
Student Name
Student Gender
Student Date Of Birth
Student Address
Student Emergency Contact
Parent Details
Parent Name
Email
Phone Number
@endsection