@foreach($pts as $pt)
| @if(!empty($pt['pt'])) {{$pt['pt']->name}} @endif | @if(!empty($pt['date_from']) && !empty($pt['date_to'])) {{$pt['date_from'].' - '.$pt['date_to']}} @endif |
| Gesamt(PT Einheiten): | @if(!empty($pt['alltimes'])) {{$pt['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))
|