@push('style') @endpush
@if(in_array($ads?->featured,[1,2,3])) @if($ads?->featured == 1) Silver @elseif($ads?->featured == 2) Gold @elseif($ads?->featured == 3 ) Premium @endif {{-- {{dd($ads->featured) }} --}} @endif
{{ ucfirst($ads?->status) }}
{{ $ads?->title }}

{{ $ads?->title }}

{{--
Member
--}} @if ($user?->is_verified_seller == '1')
Verified Seller
@endif
Views: {{ $ads?->total_views ?? 0 }}
{{ $ads?->belongsToRegion?->name }}, {{ $ads?->belongsToCategory?->name }}
@if ($ads->category_slug && $ads->category_slug != 'jobs') @php $priceExists = $ads->price && $ads->price > 0; $isNegotiable = $ads->negotiable == '1'; @endphp @if ($priceExists || $isNegotiable)
@if ($priceExists) {{ $setting?->currency_symbol }} {{ $ads->price }} @endif @if ($isNegotiable) @if ($priceExists) (Negotiable) @else Negotiable @endif @endif
@endif @endif
@if ($ads?->status == 'pending' || $ads?->status == 'active') Edit @endif {{-- Delete --}} @if ($ads?->status == 'pending' || $ads?->status == 'active') Mark as Sold @endif @if ($ads?->verification_status == 'verified' && $ads?->status == 'pending') Mark as Active @endif @if ($ads?->verification_status == 'verified' && $ads?->status == 'active') Mark as Pending {{-- {{ $ads?->featured!=1 ? 'Mark as Featured' : 'Remove from Featured' }} --}} @endif Delete
@if ($ads?->verification_status == 'declined' && !empty($ads?->feedback))
Rejected Reason: {{ $ads->feedback }}
Note: Please edit your ad and resubmit for review.
@endif
{{ $ads?->created_at->diffForHumans(['parts' => 2]) }}
@push('scripts') @endpush