@include('layout/frontend/_header')
{{ $singleProjectDet['description'] }}
@if ( count($singleProjectDet['project_attachment']) > 0 ) @foreach( $singleProjectDet['project_attachment'] as $k => $v ) @endforeach @endif @if ( $singleProjectDet['tags'] )Tags: {{ $singleProjectDet['tags'] }}
@endif @if ( $singleProjectDet['allDocs'] && count($singleProjectDet['allDocs']) > 0 ) @foreach( $singleProjectDet['allDocs'] as $k => $v ) @if ( $k != 'Other' ) @if ( $currentUserRole != '' ) @if( isset($counts[$k]) ) @if ( isset($counts[$k]['logged_in']) && $counts[$k]['logged_in'] >= 1 && !isset($counts[$k]['public']) ){{ $k }}:
@elseif ( isset($counts[$k]['public']) && $counts[$k]['public'] >= 1 && !isset($counts[$k]['logged_in']) ){{ $k }}:
@elseif ( isset($counts[$k]['logged_in']) && $counts[$k]['logged_in'] >= 1 && isset($counts[$k]['public']) && $counts[$k]['public'] >= 1 ){{ $k }}:
@endif @endif @else @if( isset($counts[$k]) ) @if ( isset($counts[$k]['public']) && $counts[$k]['public'] >= 1 ){{ $k }}:
@endif @endif @endif @endif @foreach( $v as $i => $j ) @if ( $j['permissions_access'] == 'public' ) @if ( $j['document_types'] != 'Video' && $j['document_types'] != 'Other' ){{ $j['other_values'] }}:
{{ $j['other_values'] }}:
{{ getThemeNmByID($singleProjectDet['theme_id']) }}
{{ date('d', strtotime($singleProjectDet['start_date'])) }} {{ date('M', strtotime($singleProjectDet['start_date'])) }} {{ date('Y', strtotime($singleProjectDet['start_date'])) }} to {{ date('d', strtotime($singleProjectDet['end_date'])) }} {{ date('M', strtotime($singleProjectDet['end_date'])) }} {{ date('Y', strtotime($singleProjectDet['end_date'])) }}
{{ $singleProjectDet['author_name'] }}
No new records found
@endif