@if (session('success'))
@elseif (session('error'))
@endif
{{-- Edit Form for a Single History Entry --}}
@csrf @method('PUT')
Back
Save Changes
{{ $history->user->firstname }} {{ $history->user->lastname }}
{{ $history->user->email }}
Description
description == 'time in' ? 'selected' : '' }}>Time In
description == 'time in' && $history->extra_description == 'late' ? 'selected' : '' }}> Time In | Late
description == 'time out' ? 'selected' : '' }}>Time Out
Date & Time