No slider are available!!
@endforelseNo category are available!!
@endforelse{{ $val->name }}
$.
@php
$formattedPrice = \App\Helper\PriceHelper::formatPrice($val->price);
$formattedSalePrice = \App\Helper\PriceHelper::formatPrice($val->sale_price);
@endphp
@if($val->sale == 1)
{{ $formattedSalePrice ?? ''}}
$. {{ $formattedPrice ?? '' }}
@else
{{ $formattedPrice ?? ''}}
@endif
Wholesale Price: {{$val->dist_price ?? 'No Price'}}
@endifNo product are available!!
@endforelse