@extends('layouts.user') @section('title', 'Add-on Schedules History') @section('content')
Manage missed items and review manual completions.
| Duty # | Site | Employee | Manual Entry Times | Evidence |
|---|---|---|---|---|
|
{{ $schedule->duty_number }}
{{ $schedule->from_datetime->format('M d, Y') }}
|
{{ $schedule->virtual_site->name }} |
{{ $emp->first_name }}
{{ $emp->last_name }}
|
In:
{{ \Carbon\Carbon::parse($emp->pivot->actual_start_at)->format('h:i A') }}
Out:
{{ \Carbon\Carbon::parse($emp->pivot->actual_end_at)->format('h:i A') }}
|
|
| No history found. | ||||