@if ($ad->images->count() > 0) {{ $ad->title }} @else No Image @endif
{{ $ad->title ?? '' }}
@if ($ad->is_free || (isset($ad->price) && $ad->price == 0)) FREE @else {{ config('app.currency_symbol', '$') }}{{ number_format($ad->price, 2) }} @endif