@php $values = $timesheetValues; if ($remainingHours < 0) { $remainingHours = 0; } $currentPay = $userHours * $userInfo['wage']; @endphp

{!! __('headline.add_time_entry', false) !!}



{{ $values['description'] }}

{!! __('subtitles.logged_hours_chart') !!}



{!! __('label.planned_hours') !!}: {{ $ticket->planHours }}
{!! __('label.booked_hours') !!}: {{ $timesheetsAllHours }}
{!! __('label.actual_hours_remaining') !!}: {{ $remainingHours }}