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

Check Out

@endsection @section('content')

🎯 TODAY'S ATTENDANCE

TODAY

Date

{{ $attendance->attendance_date->format('M d, Y') }}

Check-In Time

{{ $attendance->check_in_time->format('H:i') }}

Malaysia Time Now

--:--:--

@csrf

⏰ Auto-filled with Malaysia Time (HH:MM format)

@error('check_out_time')

{{ $message }}

@enderror
@error('checkout_notes')

{{ $message }}

@enderror

Add any notes about your shift (optional)

✓ Ready to check out?
Click the "Complete Checkout" button below to end your shift and record the checkout time in Malaysia Time.

Cancel
@endsection