@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
Traffic.
Product.
@if (! $o->suspend_billing AND ! $o->external_billing)
@include('common.service.widget.invoice')
@endif
Invoices.
Email.
@can('wholesaler')
@include('a.service.widget.internal')
@endcan
@endsection @section('page-scripts') @append