Cosmetic code changes, no functional changes

This commit is contained in:
2024-07-25 14:44:09 +10:00
parent 9277d42196
commit 756f550b43
16 changed files with 40 additions and 48 deletions

View File

@@ -1,7 +1,4 @@
@php
use App\Models\Service;
@endphp
@use(App\Models\Service)
<!-- Show client movements -->
<div class="card card-dark">
<div class="card-header">
@@ -9,7 +6,7 @@ use App\Models\Service;
</div>
<div class="card-body">
@if (($x=Service::movements($user))->count())
@if(($x=Service::movements($user))->count())
<table class="table table-striped table-hover" id="service_movements">
<thead>
<tr>
@@ -62,7 +59,6 @@ use App\Models\Service;
@section('page-styles')
@css(datatables,bootstrap4|rowgroup)
@append
@section('page-scripts')
@js(datatables,bootstrap4|rowgroup)