{{ convertUtf8($be->menu_section_title) }}

@foreach ($categories as $keys => $category)
@foreach ($category->subcategories()->where('is_feature', 1)->get() as $subkeys => $subcat)
@if ($subcat->products()->where('is_feature', 1)->where('status', 1)->count() > 0) @foreach ($subcat->products()->where('is_feature', 1)->where('status', 1)->get() as $product) @php $images=['c_pro-1.png','c_pro-2.png','c_pro-3.png','c_pro-4.png']; $product->feature_image = $images[array_rand($images)]; @endphp
Image

{{ convertUtf8($product->title) }}

({{$product->rating}})
{{ convertUtf8(strlen($product->summary)) > 70 ? convertUtf8(substr($product->summary, 0, 70)) . '...' : convertUtf8($product->summary) }}
{{ $be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : '' }}{{ convertUtf8($product->current_price) }} {{ $be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : '' }} @if ($product->previous_price) {{ $be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : '' }}{{ convertUtf8($product->previous_price) }}{{ $be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : '' }} @endif
@endforeach @endif
@endforeach
@if ($category->products()->where('is_feature', 1)->where('status', 1)->count() > 0) @endif
@endforeach