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

@@ -202,7 +202,7 @@
<div class="col-sm-6" id="product_info">
@if (old('product_id'))
@include('order.widget.info',['o'=>$po])
@include('theme.frontend.metronic.order.widget.info',['o'=>$po])
@endif
</div>
</div>
@@ -210,7 +210,7 @@
<div class="row">
<div class="col-sm-12" id="product_order">
@if (old('product_id'))
@include('order.widget.order',['o'=>$po])
@include('theme.frontend.metronic.order.widget.order',['o'=>$po])
@endif
</div>
</div>

View File

@@ -3,7 +3,7 @@
<div class="box box-primary">
<div class="box-body">
{{-- Return Category Requirements --}}
@include('order.widget.info.'.$o->category)
@include('theme.frontend.metronic.order.widget.info.'.$o->category)
{{-- Return Supplier Requirements --}}
{{-- Return Product Requirements --}}

View File

@@ -1,5 +1,5 @@
<!-- $o = Product::class -->
@include('order.widget.info.base',['footer'=>'
@include('theme.frontend.metronic.order.widget.info.base',['footer'=>'
<sup>
* Additional setup charges may apply for complex installations.<br>
+ Additional charges may apply for regional installations.

View File

@@ -1,5 +1,5 @@
<!-- $o = Product::class -->
@include('order.widget.info.base',['footer'=>'
@include('theme.frontend.metronic.order.widget.info.base',['footer'=>'
<sup>
* Depends on domain availability.<br>
+ Domain availability may change the initial cost.

View File

@@ -1,5 +1,5 @@
<!-- $o = Product::class -->
@include('order.widget.info.base',['footer'=>'
@include('theme.frontend.metronic.order.widget.info.base',['footer'=>'
<sup>
* Depends on domain availability.<br>
+ Domain availability may change the initial cost.

View File

@@ -1,5 +1,5 @@
<!-- $o = Product::class -->
@include('order.widget.info.base',['footer'=>'
@include('theme.frontend.metronic.order.widget.info.base',['footer'=>'
<sup>
* Depends on domain availability.<br>
+ Domain availability may change the initial cost.

View File

@@ -1,5 +1,5 @@
<!-- $o = Product::class -->
@include('order.widget.info.base',['footer'=>'
@include('theme.frontend.metronic.order.widget.info.base',['footer'=>'
<sup>
* Depends on complex porting.<br>
+ Complex porting involves additional charges.

View File

@@ -7,7 +7,7 @@
<div class="box-body">
{{-- Return Category Requirements --}}
@include('order.widget.order.'.$o->category)
@include('theme.frontend.metronic.order.widget.order.'.$o->category)
{{-- Return Supplier Requirements --}}
{{-- Return Product Requirements --}}