Gedruckt am: {{date('d.m.Y',strtotime($printdate))}}


Zusammenfassung @if(!empty($name)) für {{$name}}@endif @if(!empty($date)) {{date('M Y',strtotime($date))}} @endif

@if(!empty($combined)) @endif @if(!empty($overhour)) @endif @if(!empty($vacation)) @endif @if(!empty($gehalt)) {!! $gehalt !!} @endif
Gesamt (Stunden) (Sollstunden {{$sollWeekHour}} / Maxstunden {{$maxWeekHour}}) {{$combined}}
Überstundenkonto {{$overhour}}
Urlaubstage im aktuellen Jahr {{$vacation}}

Tagesübersicht

@foreach($reports as $report) @endforeach
Datum von bis Pause in min erfasste Zeiten Kunde
@if(!empty($report['date'])) {{$report['date']}} @endif @if(!empty($report['time_from'])) {{$report['time_from']}} @endif @if(!empty($report['time_to'])) {{$report['time_to']}} @endif @if(!empty($report['pause'])) {{$report['pause']}} @endif @if(!empty($report['total'])) {{$report['total']}} @endif @if(!empty($report['place'])) {{$report['place']}} @else - @endif
@if(!empty($report['total_hours'])) {{$report['total_hours']}} @endif