@php // fetch checkin time in attendance box use App\Models\Attendance; $getAtt = Attendance::where('id', session()->get('checkin_status'))->first(); if($getAtt){ $prntAtt = $getAtt->checkin; } else{ $prntAtt = "0"; } @endphp @extends('portal_pages.layouts.master') @section('content') @section('title', 'Dashboard') {{-- employee html --}}
{{ date('d F Y g:i:A') }}
{{-- {{ $getAtTime->status}} --}}
Break
Overtime
Today 3.45 / 8 hrs
This Week 28 / 40 hrs
This Month 90 / 160 hrs
Remaining 90 / 160 hrs
Overtime 4
Punch In at
10.00 AM.
Punch Out at
11.00 AM.
Punch In at
11.15 AM.
Punch Out at
1.30 PM.
Punch In at
2.00 PM.
Punch Out at
7.30 PM.
# | Date | Punch In | Punch Out | Production | Break | Overtime |
---|---|---|---|---|---|---|
1 | 19 Feb 2019 | 10 AM | 7 PM | 9 hrs | 1 hrs | 0 |
2 | 20 Feb 2019 | 10 AM | 7 PM | 9 hrs | 1 hrs | 0 |
Your first day is going to be on Thursday