@endif
{{-- Client Sidebar --}}
@if ($role === 'client')
@endif
{{-- Admin Sidebar --}}
@if ($role === 'admin')
{{-- Getting Started --}}
{{-- Support Page --}}
{{-- Useful Links --}}
@if (Route::has('admin.useful-links.index'))
@endif
{{-- App Settings Dropdown --}}
@endif
{{-- Shared Logout --}}
@auth
@endauth