@push('styles') @endPush @php $seller = seller()->user(); @endphp List an Item Welcome {{ $seller->first_name }} {{ $seller->last_name }} My Profile Seller Dashboard My Products @if ($seller && $seller->url) Visit My Shop @endif Logout Dashboard Products Orders @php $unreadCount = $seller?->communication?->seller_unread_count; @endphp @if ($unreadCount) {{ $unreadCount > 9 ? '9+' : $unreadCount }} @endif
Welcome
{{ $seller->first_name }} {{ $seller->last_name }}