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

View Previous Report


Hello, Ready For the Attendance

@if($staff_attendance->isEmpty())
@csrf
@foreach($staff as $st) @endforeach
Staff Name Mobile no. Present Absent Late
{{$st->staff_name}} {{$st->staff_mobile}}
@else

Attendance has already being Taken Today

View Attendance
@endif
@endsection