@push('styles') @endPush @php $seller = seller()->user(); @endphp @if ($seller && $seller->url) @endif @php $unreadCount = $seller?->communication?->seller_unread_count; @endphp @if ($unreadCount) {{ $unreadCount > 9 ? '9+' : $unreadCount }} @endif @lang('marketplace::app.components.seller.layouts.header.my-profile') @lang('marketplace::app.components.seller.layouts.header.logout')