@include('layout/frontend/_header')
@if( $singleProjectDet )
@if ( count($singleProjectDet['project_attachment']) > 0 ) @foreach( $singleProjectDet['project_attachment'] as $k => $v ) @break @endforeach @else @endif

{{$singleProjectDet['title']}}

@if( $singleProjectDet['project_status']==0 ) {{'On-going'}} @elseif( $singleProjectDet['project_status']==1 ) {{'Completed'}} @elseif( $singleProjectDet['project_status']==2 ) {{'On-Hold'}} @endif
{{ 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'])) }}

Description

{{ $singleProjectDet['description'] }}
@if ( (!empty($singleProjectDet['project_partners_name']) && ($singleProjectDet['project_partners_name'] !='') && ($singleProjectDet['project_partners_name'] !='a:1:{i:0;N;}')) || ((!empty($singleProjectDet['project_partners_name']) && $singleProjectDet['project_partners_links']!='') && ($singleProjectDet['project_partners_links'] !='a:1:{i:0;N;}')) )
@if($singleProjectDet['project_partners_name'] !='') @endif @if($singleProjectDet['project_partners_links']) @endif
Project Partners Link
@foreach($projectpartnername as $ps) @if($ps !='') {{$ps}}
@endif @endforeach
@foreach($projectpartnerlink as $pl) @if($pl !='') Click Here
@endif @endforeach
@endif @if($locationcount >0 ) Locations: @foreach($getlocation as $gs) @if($gs->project_state !='') {{ ucfirst($gs->project_state) }}@if($gs->project_city =='') @endif @endif @if($gs->project_city !='') ({{ ucfirst($gs->project_city) }}) @endif @endforeach @endif
@if($singleProjectDet['author_name'] !='') Project Lead: {{$singleProjectDet['author_name']}}
@endif @if($singleProjectDet['link_to_project_iki_side'] !='') Project Link:   Click Here
@endif @if($singleProjectDet['link'] !='') Link to Project Site: {{$singleProjectDet['link']}}
@endif @if($singleProjectDet['commissioned_by'] !='') Commissioned By: {{$singleProjectDet['commissioned_by']}}
@endif
@endif
@include('layout/frontend/_footer')