@if($merchants->count() > 0)
@php $description = $merchant->description; if (is_array($description)) { $description = $merchant->getTranslation('description', app()->getLocale()); } @endphp {{ \Illuminate\Support\Str::limit($description ?? __('ecommerce::ecommerce.no_description'), 50) }}