@yield('title')
{{-- Dynamic Avatar based on Auth User Name --}}
{{-- Dynamic Auth User Name --}}
{{ Auth::user()->name }}
Signed in as
{{ Auth::user()->name }}
{{-- Profile Link --}}
My Profile
{{-- Activity Logs Link (Assumes you have this route defined) --}}
Activity Logs
@csrf
Logout
@yield('content')
@stack('scripts')