@php use App\Models\Staff;use App\Models\User; @endphp @php @endphp @extends('admin.layouts.app') @section('title',get_setting('site_name').' Attendance') @section('content')
Daily Attendance
@if($show!==null)
@foreach ($attendance as $i => $atten) @php $staff= Staff::where('id',$i)->first() @endphp
@foreach ($atten as $attens) @endforeach
Name Date SingIn Singout Status Action
date))}}" readonly>
@endforeach
@endif
@endsection @section('modal') @endsection @section('script') @endsection