@if($venue->featured_image)
 }})
@else
@endif
@if($venue->is_featured)
Featured
@endif
@if($venue->status === 'active')
Active
@elseif($venue->status === 'rejected')
Rejected
@elseif($venue->status === 'inactive')
Inactive
@else
Pending
@endif
{{ $venue->name }}
{{ $venue->city }}, {{ $venue->area }}
{{ Str::limit($venue->description, 100) }}
{{ number_format($venue->rating, 1) }}
({{ $venue->total_reviews }})
{{ number_format($venue->view_count) }}