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

@forelse ($special_product as $sproduct) @php $images=['b_pro-9.png','b_pro-10.png','b_pro-11.png']; $sproduct->feature_image = $images[array_rand($images)]; @endphp

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

({{$sproduct->rating}})
{{ $be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : '' }}{{ convertUtf8($sproduct->current_price) }}{{ $be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : '' }} @if (!empty(convertUtf8($sproduct->previous_price))) {{ $be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : '' }}{{ convertUtf8($sproduct->previous_price) }}{{ $be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : '' }} @endif
{{ convertUtf8(strlen($sproduct->summary)) > 70 ? convertUtf8(substr($sproduct->summary, 0, 70)) . '...' : convertUtf8($sproduct->summary) }}
Image
{{ __('Add to Cart') }}
@empty {{__('No Special Food')}} @endforelse