| @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()}} |
| 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))
|