@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->sid }} @endsection @section('page_title') {{ $o->sid }} @endsection @section('contentheader_title') Service: {{ $o->sid }} {{ $o->product->name }} @endsection @section('contentheader_description') {{ $o->sname }}: {{ $o->sdesc }} @endsection @section('main-content')
@includeIf('u.service.widgets.'.$o->stype.'.details',['o'=>$o->type]) @include('u.service.widgets.information')
@can('update',$o) @endcan
Product.
@if (! $o->suspend_billing AND ! $o->external_billing)
@include('common.service.widget.invoice')
@endif @if ($o->hasUsage())
@if ($o->type->usage(30)->count()) @include('u.service.widgets.'.$o->stype.'.usagegraph',['o'=>$o->type]) @endif
@endif
Invoices.
Email.
@can('wholesaler')
@include('a.service.widgets.internal')
@endcan
@endsection @section('page-scripts') @append