@extends('garage.layouts.app') @section('title', 'Add manual attendance') @section('content') @include('garage.hr.styles')
Add manual attendance
Record a punch in software and optionally send it to the Dahua device (same UserID as employee attendance code).
Back to logs
@include('garage.attendance._nav') @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf
Employee must have Attendance code set to push to device.
Requires a device selected above. If push fails, the punch is still saved in software.
@endsection