@include('layout/backend/_header') @include('layout/backend/_navbar')
@include('layout/backend/_sidebar')
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