Max-price ={{ $Max_price }}
Min-price={{ $Min_price }}
Max-qty ={{ $Max_qty }}
Min-qty={{ $Min_qty }}
|
@foreach($orders as $order)
@endforeach
|
{{-- $subsection --}}
@foreach($subsection as $key => $s)
@if(!empty($key))
{{ $key }}( {{ $s }} )
@endif
@endforeach
|
{{ $time }}
|
{{ $Total_discount }} |
@else