@extends('layouts.app') @section('title', 'Manual Clock-In') @section('content')
Manual Clock-In
Back
@csrf
@error('employee_id')
{{ $message }}
@enderror
@error('attendance_date')
{{ $message }}
@enderror
@error('clock_in_time')
{{ $message }}
@enderror
@error('shift_id')
{{ $message }}
@enderror Leave empty to use employee's default shift
@error('notes')
{{ $message }}
@enderror
Info: The system will automatically calculate late minutes and status based on the shift schedule.
Cancel
Quick Actions
View All Attendance
Tips
  • Make sure to select the correct employee
  • Clock-in time should match actual attendance
  • System auto-calculates late status
  • You can add clock-out later from attendance list
@endsection