| @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 |
| @if(!empty($u['name'])) {{$u['name'].':'}} @else Unbekannt @endif | @if(!empty($u['units'])) {{$u['units']}} @else Unbekannt @endif |
| Datum | PT Einheiten á 30min | Kunde | 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->user->name)) {{$p->user->name}} @endif | @if(!empty($p->inhours)) {{$p->inhours}} @endif |
@if(!empty($p->signature))
|