@include('layout/frontend/_header')

Projects

@if ( isset($_GET['t']) && $_GET['t'] )

(Project Theme: {{ getThemeNmByID($_GET['t_d']) }})

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

@endif
@if ( !isset($_GET['t']) )

@if ( isset($_GET['ct_nm']) ) @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

Author Name: {{$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')