Move billing more service::class methods into __get(), use of component ribbons for service status
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="col-8 col-sm-5 col-md-12 col-lg-6">
|
||||
<x-leenooks::form.date name="change_date" icon="fa-calendar" label="Request Change Date" :value="Carbon::now()->addDays(7)->format('Y-m-d')"/>
|
||||
</div>
|
||||
@if($so->isContract())
|
||||
@if($so->is_contracted)
|
||||
<div class="col-12 col-sm-7 col-md-12 col-lg-6">
|
||||
<strong>NOTE</strong>: This service is in a contract until <strong>{{ $so->contract_end->format('Y-m-d') }}</strong>, thus it may not be able to change plans.
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user