@extends('layouts.app') @section('title','Attendance Administration') @section('content')
Review attendance, correction requests, remote work, and lock finalized months.
| User | Date | Status | Worked | Late | OT | Mode | Locked |
|---|---|---|---|---|---|---|---|
| {{ $x->user->name }} | {{ $x->work_date }} | {{ $x->status }} | {{ $x->worked_minutes }} | {{ $x->late_minutes }} | {{ $x->overtime_minutes }} | {{ $x->work_mode }} | {{ $x->is_locked?'Yes':'No' }} |