@extends('layouts.app') @section('title','Attendance') @section('content')

SECURE ATTENDANCE

Attendance

The server validates your current public IP against the assigned office whitelist.

@csrf
@csrf
@foreach($records as $r)@endforeach
DateInOutStatusMinutes
{{ $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 }}
{{ $records->links() }}
@endsection