@foreach($banners as $index => $banner)
@endforeach
@if(count($banners) > 1)
@foreach($banners as $index => $banner)
@endforeach
@endif
--}}
@foreach ($feedsWithProducts->where('display_order', 1) as $feed)
@if ($feed->products->count())
@endif
@endforeach
{{-- @foreach ($feedsWithProducts->where('id', '!=', 9) as $feed) --}}
@foreach ($feedsWithProducts->where('display_order', '!=', 1) as $feed)
@if ($feed->products->count())
@endif
@endforeach
@endsection
@section('extrascripts')
@endsection
Top Categories
@foreach ($cartegory as $cartegorys)
@endforeach
{{ $feed->name ?? 'Featured Products' }}
View All →Best Sellers
View All →
@foreach ($products as $product)
@if ($product->sale_price > 0 && $product->price > $product->sale_price)
@php
$discount =
(($product->price - $product->sale_price) / $product->price) * 100;
@endphp
{{ round($discount) }}% OFF
@endif
@endforeach
{{-- @foreach ($variants as $product)
{{ Str::limit($product->product_title, 25, '...') }}
{{ $product->title_addition }}
@if ($product->discount > 0) @if ($product->price > $product->sale_price) ₹{{ $product->sale_price }} @endif @else
@if ($product->price > $product->sale_price)
₹{{ $product->sale_price }}
@endif
₹{{ $product->price }}
@endif
@if ($product->quantity > 0)
@endif
@if ($product->quantity > 0)
@endif
@if ($product->sale_price > 0 && $product->price > $product->sale_price)
@php
$discount = (($product->price - $product->sale_price) / $product->price) * 100;
@endphp
{{ round($discount) }}% OFF
@endif
@endforeach --}}
{{ Str::limit($product->title, 25, '...') }}
{{$product->additional_title}}
@if ($product->discount > 0)
₹{{$product->after_discount }}
₹{{$product->price}}
@else
₹{{$product->price}}
@endif
@if ($product->quantity > 0)
@endif
@if ($product->quantity > 0)
@endif
{{ $feed->name ?? 'Featured Products' }}
View All →Blogs
@foreach($blogs as $item)
@endforeach