@extends('layouts.sidebar')
@section('title', 'Attendance')
@section('content')
EMPLOYEE ATTENDANCE LOG
ID No:
{{ $dtr->dtr_id }}
Dept:
{{ $department->department_name }}
Name:
{{ $employee->last_name }}
Date |
Time In |
Break Out |
Break In |
Time Out |
Hours |
Actions |
Total Hours Worked: |
0 |
|
Approve DTR
Are you sure you want to approve this DTR?
Success
successfully Approved!
@endsection