@if(!empty($pt)) {{$pt->name}} @endif @if(!empty($date_from) && !empty($date_to)) {{$date_from.' - '.$date_to}} @endif


Gesamt(PT Einheiten): @if(!empty($alltimes)) {{$alltimes}} @else 0 @endif
Kunde: {{$customer->name}}
Guthaben: {{$customer->availablecredit()}}


@foreach($pts as $p) @if(!empty($p->signature))
{{$customer->name}} @break @endif @endforeach

@if($pts->isEmpty()) Keine absolvierten PTs gefunden... @endif

Tagesübersicht

@foreach($pts as $p) @endforeach
Datum PT Einheiten á 30min in Minuten/Stunden Unterschrift
@if(!empty($p->created_at)) {{$p->day . ' ' . date('D d.m.Y', strtotime($p->created_at))}} @endif @if(!empty($p->units)) {{$p->units}} @endif @if(!empty($p->inhours)) {{$p->inhours}} @endif @if(!empty($p->signature)) @endif