@if ($ad->category_slug && $ad->category_slug != 'jobs')
@php
$priceExists = $ad->price && $ad->price > 0;
$isNegotiable = $ad->negotiable == '1';
@endphp
@if ($priceExists || $isNegotiable)
@if ($priceExists)
{{ $setting?->currency_symbol }} {{ $ad->price }}
@endif
@if ($isNegotiable)
@if ($priceExists)
(Negotiable)
@else
Negotiable
@endif
@endif
@endif
@endif
{{ $ad?->title }}
{{ $ad?->region ?? '' }}