{{ $keywords['item'] ?? __('item') }} | {{ $keywords['title'] ?? __('title') }} | {{ $keywords['price'] ?? __('price') }} | {{ $keywords['action'] ?? __('action') }} |
---|---|---|---|
|
{{ strlen($content->title) > 40 ? mb_substr($content->title, 0, 40, 'UTF-8') . '...' : $content->title }} | {{ $userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : '' }} {{ $item->item->current_price }} {{ $userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : '' }} |
|
{{ $keywords['no_items'] ?? __('No Items found!') }} |