@php $isFavorited = in_array($ad->id, $favoriteAdIds ?? []); @endphp {{-- {{ $ad->title }} --}}
@if ($ad->images->count() > 0) {{ $ad->title }} @else No Image @endif {{-- --}} @if (isset($ad->condition) && $ad->condition) {{ ucfirst($ad->condition) }} @endif
{{ $ad->title ?? 'Untitled' }}
{{ $ad->state ?? 'N/A' }} {{ $ad->created_at->diffForHumans() }}
@if ($ad->is_free) FREE @else {{ config('app.currency_symbol', '$') }}{{ number_format($ad->price, 2) }} @endif
{{-- --}}