Move billing more service::class methods into __get(), use of component ribbons for service status

This commit is contained in:
2025-05-21 18:05:27 +10:00
parent 14c0109efa
commit 15a71c9f5b
14 changed files with 63 additions and 134 deletions

View File

@@ -0,0 +1,7 @@
@if($change)
<div class="ribbon-wrapper ribbon-lg">
<div class="ribbon bg-warning">
Change
</div>
</div>
@endif

View File

@@ -0,0 +1,7 @@
@if($pending)
<div class="ribbon-wrapper ribbon-lg">
<div class="ribbon bg-warning">
Pending
</div>
</div>
@endif