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

All Employee Attendence

@foreach($details as $key=> $item) @endforeach
Sl Image Name Date Attend Status
{{ $key+1 }} {{ $item['employee']['name'] }} {{ date('Y-m-d',strtotime($item->date)) }} {{ $item->attend_status }}
@endsection