Active Services

@if ($o->services->count()) @foreach ($o->services as $oo) @endforeach
ID Category Service Product Next Invoice
{{ $oo->sid }} {{ $oo->product->category_name }} {{ $oo->name_short }} {{ $oo->product->name }} {{ $oo->external_billing ? '-' : $oo->invoice_next->format('Y-m-d') }}
Count {{ $o->services->count() }}  
@else

No services active

@endif
@section('page-scripts') @css(datatables,bootstrap4|rowgroup) @js(datatables,bootstrap4|rowgroup) @append