@extends('admin_dashboard') @section('admin')

All Employee Attendance

@foreach($allData as $key=> $item) @endforeach
Sl Date Action
{{ $key+1 }} {{ date('Y-m-d', strtotime($item->date)) }} Edit View
@endsection