@stack('styles')
@auth
Dashboard
Home
Donation History
Logout
@csrf
{{ auth()->user()->name }}
Profile
Settings
Logout
@yield('content')
@else @yield('auth-content') @endauth @stack('scripts')