@if(!empty($fetch_products) && count($fetch_products))
@foreach($fetch_products as $product)
@endforeach
@else
@endif
{{ $product->product_name }}
@if($product->product_rating_average != 0) @endif
{{ round(($product->selling_price * 1.10) * ((floatval($product->gst) + 100) / 100)) }}
Showing {{ $fetch_products->firstItem() }}–{{ $fetch_products->lastItem()}} of {{ $fetch_products->total() }} Products
{{ $fetch_products->withQueryString()->links('pagination::bootstrap-4') }}