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

My Attendance History

@endsection