Evoting
({{Auth::user()->name}})
  • dashboard

    {{ __('Dashboard') }}

  • @if(Auth::user()->role_id == '3')
  • dashboard

    {{ __('New Voting') }}

  • dashboard

    {{ __('Voting List') }}

  • dashboard

    {{ __('Voting Status') }}

  • dashboard

    {{ __('Finalize Voting') }}

  • dashboard

    {{ __('Scrutinizer Logs') }}

  • @endif @if(Auth::user()->role_id == '5')
  • dashboard

    {{ __('Voting List') }}

  • @endif