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

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




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



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