@extends('layouts.app') @section('title','Attendance') @section('content')
SECURE ATTENDANCE
The server validates your current public IP against the assigned office whitelist.
| Date | In | Out | Status | Minutes |
|---|---|---|---|---|
| {{ $r->work_date->format('d M Y') }} | {{ optional($r->check_in_at)->format('h:i A') }} | {{ optional($r->check_out_at)->format('h:i A') }} | {{ $r->status }} | {{ $r->worked_minutes }} |