Active Services

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

No services active

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