@extends('admin.include.main') @section('content')
@csrf

View Previous Report


Hello, Ready For the Attendance

@if($teacher_attendance->isEmpty())
@csrf
@foreach($teacher as $st) @endforeach
Teacher Name Mobile no. Present Absent Late
{{$st->full_name}} {{$st->mobile_no}}
@else

Attendance has already being Taken Today

View Attendance
@endif
@endsection