@php $tab = []; $tab['overview'] = [ 'title' => 'Overview', 'nav' => 'profile' ]; $tab['liked'] = [ 'title' => 'Liked', 'nav' => 'profile.liked' ]; if(isset(Auth::user()->id) AND Auth::user()->id == $listing->id) { $tab['history'] = [ 'title' => 'Watch history', 'nav' => 'profile.history' ]; } if(isset(Auth::user()->id) AND Auth::user()->id == $listing->id) { $tab['watchlist'] = [ 'title' => 'Watchlist', 'nav' => 'profile.watchlist' ]; } @endphp
{!! cover($listing->coverurl,'bg-primary-500 rounded-xl aspect-[6/1]') !!}
{!! gravatar($listing->name,$listing->avatarurl,'h-full w-full rounded-full bg-primary-500 text-3xl font-semibold flex items-center justify-center text-white bg-cover') !!}

{{$listing->username}}

{{$listing->about}}