@hasrole('Voter')
{{ __('Welcome to dashboard') }}
{{ Auth::user()->name }}
@endhasrole
@hasrole('Manager')
{{ __('Welcome to dashboard') }}
{{ Auth::user()->name }}
@endhasrole
@hasrole('Admin')
{{ __('Welcome to dashboard') }}
{{ Auth::user()->name }}
@endhasrole
@hasrole('Super Admin')
{{ strip_tags($voter_count) }}
{{ __('Total') }}
{{ __('Voter') }}
{{ strip_tags($candidate_count) }}
{{ __('Total') }}
{{ __('Candidate') }}
{{ !empty($constituency) ? count($constituency) : '' }}
{{ __('Total') }}
{{ __('Constituency') }}
{{ !empty($party_count) ? strip_tags($party_count) : '' }}
{{ __('Total') }}
{{ __('Party') }}
@endhasrole