{{ Str::limit($biz->name, 25, '...') }}
@if ($biz->is_paid) Premium @if (Auth::check() && auth()->id() != $biz->user_id) Chat @endif @endif @if (Auth::check() && auth()->id() == $biz->user_id && $biz->status != -1) @endif @if (Auth::check() && auth()->id() == $biz->user_id && !$biz->is_paid && ($biz->status != 0 && $biz->status != -1)) Upgrdae @endif @if (Auth::check() && auth()->id() == $biz->user_id) @if ($biz->status == 0) Pending @elseif($biz->status == -1) Rejected @endif @endif
@if ($biz->website) @endif @php $locationLabel = business_location_label($biz); @endphp @if ($locationLabel)
{{ $locationLabel }}
@endif
@foreach ($biz->categories->take(3) as $category) {{ Str::limit($category->name, 10, '...') }} @endforeach
{{ $biz->created_at->diffForHumans() }}