@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') }} @if($attendance->check_in_signature)
@endif
@endif
Check In
@csrf
Back
Check Out
@csrf
@endsection @push('scripts') @endpush