Listing overview
{{ number_format((int) data_get($counts, 'all', 0)) }} total listings in your account.
Recent listings
Latest listing submissions and moderation status.
{{ $listing->title }}
{{ $meta['label'] }}{{ $location ? ' - '.$location : '' }}
{{ \Illuminate\Support\Carbon::parse($listing->created_at)->format('d M Y') }}
No listings yet
Your created listings will appear here after submission.
Subscription
{{ $activeSubscriptionCollection->count() }} active {{ \Illuminate\Support\Str::plural('plan', $activeSubscriptionCollection->count()) }}.
{{ $primaryCategory?->name ?: 'Subscription' }}
{{ $primaryPlan?->title ?: 'Provider plan' }}
Choose a subscription plan
A plan is required before customer-visible listings can stay active.
Reviews
{{ number_format((int) $totalReviews) }} total reviews, {{ number_format((float) $averageRating, 1) }}/5 average.
{{ \Illuminate\Support\Str::limit($review->review ?: 'No written comment was added.', 110) }}
No reviews yet
Customer feedback will appear here after reviews are submitted.