Update laravel framework from 9 to 11, removed some old packages

This commit is contained in:
2024-07-04 15:03:11 +10:00
parent 1b4504cee2
commit 59dc825bf7
101 changed files with 1656 additions and 4062 deletions

View File

@@ -16,7 +16,7 @@
@section('main-content')
<div class="row">
<div class="col-12">
@include('product.widget.selector')
@include('theme.backend.adminlte.product.widget.selector')
</div>
</div>
@@ -33,11 +33,11 @@
<div class="card-body">
<div class="tab-content">
<div class="tab-pane fade active show" id="details" role="tabpanel">
@include('product.widget.detail')
@include('theme.backend.adminlte.product.widget.detail')
</div>
<div class="tab-pane fade" id="services" role="tabpanel">
@include('product.widget.services')
@include('theme.backend.adminlte.product.widget.services')
</div>
</div>
</div>