@if(isset($usefulLinks) && $usefulLinks->isNotEmpty())
@endif
@auth
@php
$userRole = auth()->user()->roles->first()?->name ?? 'user';
@endphp
@if($userRole !== 'Admin')
@if($userRole === 'User')
Upgrade Your Account
@else
Extend Your Account
@endif
@endif
@endauth
@auth
Sign Out
@endauth