@if($listingImage)
@else
Görsel yok
@endif
{{ $priceLabel }}
{{ $statusLabel }}{{ $listing->title }}
@if(Route::has('filament.partner.resources.listings.edit'))
İlanı Düzenle
@endif
@if((string) $listing->status !== 'sold')
@endif
@if((string) $listing->status === 'expired')
@endif
👁
{{ $viewCount }}
♥
{{ $favoriteCount }}
Yayın Tarihi & Bitiş Tarihi: {{ $listing->created_at?->format('d/m/Y') ?? '-' }} - {{ $expiresAt ?: '-' }}
Video Durumu: {{ $videoCount }} toplam, {{ $readyVideoCount }} hazır, {{ $pendingVideoCount }} işleniyor
Bu ilanın süresi doldu. Eğer sattıysan, lütfen satıldı olarak işaretle.
@endif