{{ ucfirst($ads?->status) }}
{{ $ads?->title }}

{{ $ads?->title }}

Member
@if ($user?->is_verified_seller == '1')
Verified Seller
@endif
{{ $ads?->belongsToRegion?->name }}, {{ $ads?->belongsToCategory?->name }}
@if ($ads->category_slug && $ads->category_slug != 'jobs')
@if ($ads->negotiable == '1') Negotiable @else {{ $setting?->currency_symbol }} {{ $ads?->price }} @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
{{ $ads?->created_at->diffForHumans(['parts' => 2]) }}