@if(!empty($name)) {{$name}} @endif @if(!empty($date)) {{$date}} @endif

Zusammenfassung

@if(!empty($gehalt)) {!! $gehalt !!} @endif
Gesamt(Stunden): @if(!empty($combined)) {{$combined}} @else 00:00 @endif

Nach Studio

@foreach($studios as $key => $studio) @endforeach
@if(!empty($studio['name'])) {{$studio['name'].':'}} @else Unbekannt @endif @if(!empty($studio['time'])) {{$studio['time']}} @else Unbekannt @endif

Tagesübersicht

@foreach($reports as $report) @endforeach
Datum von bis erfasste Zeiten Kommentar Kurs Ort
@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['total'])) {{$report['total']}} @endif @if(!empty($report['comment'])) {{$report['comment']}} @else - @endif @if(!empty($report['course'])) {{$report['course']}} @else - @endif @if(!empty($report['place'])) {{$report['place']}} @else - @endif @if(!empty($report['date'])) @endif
@if(!empty($report['total_hours'])) {{$report['total_hours']}} @endif