@include('layout/backend/_header') @include('layout/backend/_navbar')
@include('layout/backend/_sidebar')
Global

{{ '15' }}

Global Projects
Regional

{{ '3' }}

Regional Projects
Bilateral

{{ '15' }}

Bilateral Projects
@if ( $currentUserRole != 'admin' )
@endif

Total Projects

{{ '33'}}

Published: {{ '33' }} | Unpublished: {{ $unPublishedProjectsCount }}

Total Events

{{ $eventsCount }}

Published: {{ $publishedEventsCount }} | Unpublished: {{ $unPublishedEventsCount }}

@if ( $currentUserRole == 'admin' )

Total Newsletters

{{ $newslettersCount }}

Published: {{ $publishedNewslettersCount }} | Unpublished: {{ $unPublishedNewslettersCount }}

Total Media

{{ $mediaCount }}

Published: {{ $publishedMediaCount }} | Unpublished: {{ $unPublishedMediaCount }}

@endif
Recent Posted Discussions @if ( isset($_GET['o_d']) && isset($_GET['t_d']) ) - {{ getThemeNmByID($_GET['t_d']) }} @endif @php $ifPollActive = getPollIfActive(); @endphp @if ( $ifPollActive == '' ) @endif @php $singlePoll = getPoll(); if ( $singlePoll!='' ){ $ifcurrentuserVoted = checkIfUserHasVoted($current_user_id, $singlePoll['id']); $ifDuration = checkPollDuration($singlePoll['id']); } else { $ifcurrentuserVoted = ''; $ifDuration = 0; } @endphp @if( $ifDuration == 1 ) @if( $ifcurrentuserVoted == '' ) @else @endif @endif
@if(Session::has('success'))
× {!! session('success') !!}
@endif