@include('layout/frontend/_header')
@if ( isset($_GET['t']) && $_GET['t'] )

{{ getThemeNmByID($_GET['t_d']) }}

{{ getThemeDescByID($_GET['t_d']) }}

@if(getThemeLinkByID($_GET['t_d'])) Know More @endif
@endif

Projects

@if ( !isset($_GET['t']) )
@if ( isset($_GET['ct_nm']) || isset($_GET['t_d']) || isset($_GET['s_t']) || isset($_GET['ct_st']) ) @endif

@endif
@if( $projects && count($projects) > 0 ) @foreach( $projects as $k => $v )
@if ( count($v['project_attachment']) > 0 && $v['project_attachment'][0]['attachment'] ) @else @endif

{{$v['title']}} @if( $v['project_status']==0 ) {{'On-going'}} @elseif( $v['project_status']==1 ) {{'Completed'}} @elseif( $v['project_status']==2 ) {{'On-Hold'}} @endif

Project Leads: {{$v['author_name']}}
{{ date('d', strtotime($v['start_date'])) }} {{ date('M', strtotime($v['start_date'])) }} {{ date('Y', strtotime($v['start_date'])) }} to {{ date('d', strtotime($v['end_date'])) }} {{ date('M', strtotime($v['end_date'])) }} {{ date('Y', strtotime($v['end_date'])) }}

{{ substr( $v['description'], 0, 200 ) }}...
Read More →

@endforeach @else

No records found for the search

@endif
@if(count($projects) > 0) {{ $projects->links() }} @endif
@include('layout/frontend/_footer')