{{ $listing->title }}
{{ $listing->category?->name }} ยท {{ $listing->formattedPrice() }} @if ($period = $listing->pricePeriodLabel()) {{ $period }} @endif
{{ $listing->status->description() }}
@if ($listing->status === \App\Enums\ListingStatus::Rejected && $listing->rejection_reason){{ $listing->rejection_reason }}
@endif