Move billing more service::class methods into __get(), use of component ribbons for service status
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<li class="nav-item ml-auto"><a class="nav-link" href="#billing" data-toggle="tab">Billing History</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="#internal" data-toggle="tab">Internal</a></li>
|
||||
<li class="nav-item"><a @class(['nav-link','active'=>session()->has('service_update')]) href="#update" data-toggle="tab">Update</a></li>
|
||||
@if($o->active || $o->isPending())
|
||||
@if($o->active || $o->is_pending_active)
|
||||
<li class="nav-item"><a @class(['nav-link','active'=>session()->has('charge_add')]) href="#charge" data-toggle="tab">Charge</a></li>
|
||||
@endif
|
||||
@endcan
|
||||
@@ -95,7 +95,7 @@
|
||||
@include('theme.backend.adminlte.service.widget.update')
|
||||
</div>
|
||||
|
||||
@if($o->active || $o->isPending())
|
||||
@if($o->active || $o->is_pending_active)
|
||||
<div @class(['tab-pane','fade','show active'=>session()->pull('charge_add')]) id="charge">
|
||||
@include('theme.backend.adminlte.service.widget.charge')
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user