@if ($isUrgent)
{{ __('messages.t_urgent_ad') }}
@endif @if ($isFeatured)
{{ __('messages.t_featured_ad') }}
@endif @php $imageProperties = $ad->image_properties; $altText = $imageProperties['1'] ?? $ad->title; @endphp {{ $altText }}

{{ $ad->title }}

@if(is_vehicle_rental_active() && has_plugin_vehicle_rental_marketplace())
{!! $ad?->mileage ? $ad?->mileage.' '.__('messages.t_mileage_prefix'). ' | ' :'' !!} {!! $ad?->fuelType?->name ? $ad?->fuelType?->name .' | ':'' !!} {{ $ad?->transmission?->name }}
@endif @if (is_ecommerce_active())
{{ $ad?->category?->name }}
@endunless @unless ($ad?->category?->disable_location)
{{ $ad->location_name }}
@endunless {{ \Carbon\Carbon::parse($ad->posted_date)->translatedFormat('M j') }}
@if (($ad->adType?->disable_price_type != true || $isFavourited) && !in_array($ad->adType?->marketplace, [ONLINE_SHOP_MARKETPLACE, POINT_SYSTEM_MARKETPLACE]))
@if ($ad->adType?->disable_price_type != true) @endif @if(is_vehicle_rental_active() && has_plugin_vehicle_rental_marketplace())

{{ $ad->price_suffix=='day'? __('messages.t_per_day'):'' }}

@endif {{-- --}}
@endif @if (in_array($ad->adType?->marketplace, [ONLINE_SHOP_MARKETPLACE, POINT_SYSTEM_MARKETPLACE]))
@endif