@if (request()->routeIs('admin.dashboard'))

{{ __('Welcome back,' . adminAuth()->firstname . ' 👋') }}

@endif
@if (isset($broadcastsCount) && $broadcastsCount > 0)
@if ($newSlugsCount > 0) {{ $newSlugsCount }} @endif
@endif
@if ($notifications_count > 0) {{ $notifications_count }} @endif
@include('admin.partials.notifications')
avatar
avatar
{{ adminAuth()->getFullName() }}

{{ adminAuth()->email }}

{{ __('Account Settings') }} {{ __('Logout') }}
@csrf