@foreach($users as $user)
@if(!empty($user['name'])) {{$user['name']}} @endif @if(!empty($user['date'])) {{$user['date']}} @endif

Zusammenfassung

@if(!empty($gehalt)) {!! $gehalt !!} @endif
Gesamt(Stunden): @if(!empty($user['combined'])) {{round($user['combined'],2)}} @else 00:00 @endif

Tagesübersicht

@foreach($user['reports'] as $report) @endforeach
Datum von bis erfasste Zeiten Kommentar Tätigkeit 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'])) {{round($report['total'],2)}} @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
@endforeach