@if (!empty($promoted)) @php $promoLocation = listing_card_location($promoted); $variantClass = ! empty($variant) ? ' listing-subcategory-promo-banner--' . $variant : ''; $thumbUrls = listing_thumb_picture_urls($promoted, 'medium'); $promoImage = $thumbUrls['fallback'] ?? custom_asset($promoted->thumb_image, '400x160'); @endphp {{ __('translate.Promoted') }}
{{ $promoted->title }}

{{ $promoted->title }}

@if ($promoted?->sub_category?->name || filled($promoLocation))

@if ($promoted?->sub_category?->name) {{ $promoted->sub_category->name }} @endif @if ($promoted?->sub_category?->name && filled($promoLocation)) @endif @if (filled($promoLocation)) {{ $promoLocation }} @endif

@endif @if ($promoted->regular_price)
{{ __('translate.Price') }} {{ currency_without_icon($promoted->regular_price) }} {{ session('currency_code', 'RON') }}
@endif
@endif