@extends('layouts.app') @section('content')

Attendance — {{ $worker->name }}

@if($attendance && $attendance->check_in_at)

Last check-in: {{ $attendance->check_in_at->format('Y-m-d H:i') }}

@endif
Check In
@csrf
Check Out
@csrf
@endsection @push('scripts') @endpush