{{-- Top Section --}}
{{-- Dashboard Link --}}
{{-- Momentify Link --}}
{{-- @if (auth()->user()->is_user == 1) --}}
{{-- @endif --}}
{{-- Event Detail Link --}}
@if (auth()->user()->is_admin || auth()->user()->is_event_manager || auth()->user()->is_photographer)
@endif
{{-- User Role Management - Admin Only --}}
@if(auth()->user()->is_admin)
@endif
{{-- Configuration --}}
@if (auth()->user()->is_admin || auth()->user()->is_event_manager)
@endif
{{-- Bottom Section --}}