My Attendance as at today ({{now()->format('Y-m-d')}}) @section('css') @endsection @section('scripts') @endsection
@foreach ($attendances as $attendance) @endforeach
Staff No Name Clock in Clock out Expected Hrs Actual Hrs Notes
{{$loop->iteration}} {{ $attendance->user->full_name }} {{$attendance->checkin}} {{$attendance->checkout}} 8 {{ (strtotime($attendance->checkout) - strtotime($attendance->checkin))/3600 }} {{$attendance->notes}}