Listing Inventory
Approved marketplace listings ordered by {{ $activeSort === 'oldest' ? 'oldest approval' : 'latest approval' }}.
Filter listings
{{ number_format($totalApproved) }}
Approved listings
{{ number_format((int) ($counts['job'] ?? 0)) }}
Job postings
{{ number_format((int) (($counts['rent'] ?? 0) + ($counts['hostel'] ?? 0))) }}
Rental and hostel spaces
{{ number_format((int) ($counts['service'] ?? 0)) }}
Services listed
Marketplace Listings
| Listing | Category | Provider | Rank | Status | Approved | Views | Action |
|---|---|---|---|---|---|---|---|
@if ($listing->image_url) {{ $listing->title }} |
{{ $meta['label'] }} | {{ $providerName }} | Approved | {{ $listing->approved_at ? \Illuminate\Support\Carbon::parse($listing->approved_at)->format('d M Y, h:i A') : \Illuminate\Support\Carbon::parse($listing->created_at)->format('d M Y, h:i A') }} | {{ number_format((int) $listing->views_count) }} | ||
| No approved listings found. | |||||||