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

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

{{ 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) }}

@empty

{{__('No Special Food')}}

@endforelse