@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->name }} @endsection @section('main-content')
@includeIf('service.widget.'.$o->product->category.'.details',['o'=>$o->type]) @include('service.widget.information')
@can('progress',$o) @endcan
Product.
@if (! $o->suspend_billing AND ! $o->external_billing)
@include('service.widget.invoice')
@endif @if ($o->hasUsage())
@if ($o->type->usage(30)->count()) @include('service.widget.'.$o->product->category.'.usagegraph',['o'=>$o->type]) @endif
@endif
Invoices.
Email.
@can('wholesaler')
@include('service.widget.internal')
@include('service.widget.update')
@endcan
@endsection