@extends('both.template') @section('title', 'DETAILS PRESENCE | OPTIMIA') @section('styleSheets') @endsection @section('content')
{{ date('d M Y | H:i:s', strtotime( $attendances->first()->attendedAt ))}}
Break
Overtime
Aujoud'hui 3.45 / 8 hrs
Cette semaine 28 / 40 hrs
Ce mois ci 90 / 160 hrs
Restant 90 / 160 hrs
Overtime 4
Punch In
{{ $attendance->punchIn }}
@elsePunch Out
{{ $attendance->punchOut }}
@endif# | Date | Punch In | Punch Out | Production | Break | Overtime |
---|---|---|---|---|---|---|
{{ $i }} | {{ date('d M Y', strtotime( $attendance->attendedAt ))}} | {{ $attendance->punchIn }} | {{ $attendance->punchOut }} | 9 hrs | 1 hrs | 0 |