Logo
  • Home
  • About
  • Project
  • Commeety & Member
    All Member Current Committee Archive Aproved Commitee
  • Event
  • Gallery
  • Support
  • Contact
Donate @guest Login @else
{{ Auth::user()->name }}
  • @php $user = Auth::user(); $dashboardRoute = '#'; $dashboardText = 'Dashboard'; if ($user->type === 'admin') { $dashboardRoute = url('/admin'); } elseif ($user->type === 'member') { $dashboardRoute = route('member.dashboard'); } elseif ($user->type === 'organization_member') { $dashboardRoute = route('organization.profile'); } elseif ($user->type === 'donar') { $dashboardRoute = route('donar.dashboard'); } @endphp {{ $dashboardText }}

  • @csrf
@endguest
Logo
@auth @php $user = Auth::user(); $dashboardRoute = '#'; $dashboardText = 'Dashboard'; if ($user->type === 'admin') { $dashboardRoute = url('/admin'); } elseif ($user->type === 'member') { $dashboardRoute = route('member.dashboard'); } elseif ($user->type === 'organization_member') { $dashboardRoute = route('organization.profile'); } elseif ($user->type === 'donar') { $dashboardRoute = route('donar.dashboard'); } @endphp
User Photo
{{ Auth::user()->name }}
Dashboard
@endauth
  • 🏠 Home
  • â„šī¸ About
  • 📁 Projects
  • đŸ‘Ĩ Committee & Member
    • 👤 All Members
    • ✅ Current Committee
    • đŸ—‚ī¸ Archive
    • âœ”ī¸ Approved Committee
  • 📝 Registration
    • 🙋 Member Registration
    • đŸĸ Organization Registration
  • 🎉 Events
  • đŸ–ŧī¸ Gallery
  • 🛟 Support
  • 📞 Contact
â¤ī¸ Donate @guest 🔐 Login @endguest