{{ ucfirst($biz->name) }}
@if ($biz->is_paid)
Premium @if (Auth::check() && auth()->id() != $biz->user_id) Chat @endif
@endif
@if ($biz->website) @endif
@php $locationLabel = business_location_label($biz); @endphp @if ($locationLabel)
{{ $locationLabel }}
@endif
@foreach($biz->categories as $category) {{ $category->name }} @endforeach
@php $socials = json_decode( $biz->socials, true); $hasSocialLinks = !empty($socials['facebook']) || !empty($socials['instagram']) || !empty($socials['youtube']) || !empty($socials['twitter']); @endphp @if ($hasSocialLinks)
Social Media
@endif
@isset($socials['facebook']) @endisset @isset($socials['instagram']) @endisset @isset($socials['youtube']) @endisset @isset($socials['twitter']) @endisset
{{ $biz->created_at->diffForHumans() }}