@extends('admin_dashboard') @section('admin')
@csrf
@foreach ($employees as $key => $employee) @endforeach
Sl. Employee Name Attendance Status
Present Leave Absent
{{$key+1}} {{$employee->name}}
@endsection