Cosmetic syntax standarisation in resources, no functional changes

This commit is contained in:
2025-05-16 12:09:15 +10:00
parent fc0e75e1fb
commit 256e4c6260
14 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
<!-- $o=Service::class,$np=Product::class -->
@use(App\Models\Product)
@extends('adminlte::layouts.app')
@@ -16,7 +18,6 @@
{{ $o->sid }}
@endsection
<!-- $o=Service::class, $np=Product::class -->
@section('main-content')
<div class="row">
<div class="col-12 col-lg-4">

View File

@@ -1,4 +1,5 @@
<!-- $o = App\Models\Service\Broadband::class -->
<!-- $o=Service\Broadband::class -->
<div class="card">
@if($o->service->isPending())
<div class="ribbon-wrapper ribbon-lg">

View File

@@ -1,4 +1,5 @@
<!-- $o = App\Models\Service\Domain::class -->
<!-- $o=Service\Domain::class -->
<div class="card">
@if($o->service->isPending())
<div class="ribbon-wrapper ribbon-lg">

View File

@@ -1,4 +1,5 @@
<!-- $o = App\Models\Service\Email::class -->
<!-- $o=Service\Email::class -->
<div class="card">
@if($o->service->isPending())
<div class="ribbon-wrapper ribbon-lg">

View File

@@ -1,4 +1,5 @@
<!-- $o = App\Models\Service\Host::class -->
<!-- $o=Service\Host::class -->
<div class="card">
@if($o->service->isPending())
<div class="ribbon-wrapper ribbon-lg">

View File

@@ -1,9 +1,10 @@
<!-- $o=Service::class,$p=Product::class -->
@use(App\Models\Invoice)
@use(Carbon\CarbonInterface)
@php($c=$o->product)
<!-- $o=Service::class, $p=Product::class -->
<table class="table table-sm">
<thead>
<tr>

View File

@@ -1,4 +1,5 @@
<!-- $o = App\Models\Service\Phone::class -->
<!-- $o=Service\Phone::class -->
<div class="card">
@if($o->service->isPending())
<div class="ribbon-wrapper ribbon-lg">