{{-- Mobile Navigation --}}
Menu
@auth
User Profile
{{ auth()->user()->name }}

{{ auth()->user()->email }}

Joined: {{ auth()->user()->created_at->format('M d, Y') }}

@else @endauth {{-- Menu Btns --}}
{{-- Logout Btn --}}
@auth
@csrf
@else @endauth