Cosmetic syntax standarisation in resources, no functional changes
This commit is contained in:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user