@if($x=! ($o->suspend_billing || $o->external_billing))
! session()->has('service_update')]) id="pending_items">
@include('theme.backend.adminlte.service.widget.invoice')
@endif
@if($o->product->hasUsage())
! ($x || session()->has('service_update'))]) id="traffic">
@if($o->type->usage(30)->count())
@include('theme.backend.adminlte.service.widget.'.$o->product->category.'.usagegraph',['o'=>$o->type])
@endif
@endif
@can('wholesaler')
@include('theme.backend.adminlte.service.widget.billinghistory',['o'=>$o])
@if(($x=$o->changes()->where('service__change.active',TRUE)->where('complete',FALSE)->get()->pop()))
@include('theme.backend.adminlte.service.widget.internal',['o'=>$o,'p'=>$x])
@else
@include('theme.backend.adminlte.service.widget.internal',['o'=>$o,'p'=>new Product()])
@endif
session()->pull('service_update')]) id="update">
@include('theme.backend.adminlte.service.widget.update')
@endcan