@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())
@foreach($errors->all() as $e)- {{ $e }}
@endforeach
@endif
@endsection