@php($o->load(['services_active.invoiced_service_items_active_recent']))
ID | Category | Service | Product | Next Invoice |
---|---|---|---|---|
{{ $so->sid }} | {{ $so->product->category_name }} | {{ $so->name_short }} | {{ $so->product->name }} | {{ ($so->external_billing || (! $so->invoice_next)) ? '-' : $so->invoice_next->format('Y-m-d') }} |
Count {{ $x->count() }} |
No services active
@endif