@if ($fetch_festival_products != '') @foreach ($fetch_festival_products as $product)
@if (date('l') === 'Wednesday') Product @else Product @endif
{{ $product->product_category }}

@if (date('l') === 'Thursday') {{ $product->product_name }} @else {{ $product->product_name }} @endif

@if ($product->product_rating_average != 0) @endif
{{ round(((($product->selling_price * 1.10) * (($product->gst + 100) / 100)) * 0.95)) }}
{{ round(($product->selling_price * 1.10) * (($product->gst + 100) / 100)) }}
@endforeach @else

No Products Found!!

@endif

Showing {{ $fetch_festival_products->firstItem() }}–{{ $fetch_festival_products->lastItem() }} of {{ $fetch_festival_products->total() }} Products

{{ $fetch_festival_products->withQueryString()->links('pagination::bootstrap-4') }}