@include('layout/frontend/_header')
@foreach($getacivitydetails as $gss) @endforeach

{{$getacivitydetails['a_project_name']}}

{{ $getacivitydetails['a_month'] }} | {{ $getacivitydetails['a_year'] }}
@if( $getacivitydetails['project_category']=='Bilateral' ) {{'Bilateral'}} @elseif( $getacivitydetails['project_category']=='Global' ) {{'Global'}} @elseif( $getacivitydetails['project_category']=='Regional' ) {{'Regional'}} @endif

{{ $getacivitydetails['themename'] }}


Link To Project:   Click Here

{{ $getacivitydetails['a_short_desc'] }}

@if($getacivitydetails['activity_imgs'] !='')
Notice: Undefined variable: getacivitydetails in /var/www/html/resources/views/frontend/single-activity.blade.php on line 128

Notice: Trying to access array offset on value of type null in /var/www/html/resources/views/frontend/single-activity.blade.php on line 128

Notice: Undefined variable: getacivitydetails in /var/www/html/resources/views/frontend/single-activity.blade.php on line 129

Notice: Trying to access array offset on value of type null in /var/www/html/resources/views/frontend/single-activity.blade.php on line 129
@foreach($expimage as $exp)
@endforeach
@else
@if ( ($getacivitydetails['a_image']) !='' )
Warning: Use of undefined constant PUBLIC_PATH - assumed 'PUBLIC_PATH' (this will throw an Error in a future version of PHP) in /var/www/html/resources/views/frontend/single-activity.blade.php on line 201
@else @endif
@endif
@if($getacivitydetails['a_desc'] !='')

Project Updates

{!! ($getacivitydetails['a_desc']) !!}

@endif
@if($getacivitydetails['newstitle'] !='')
News Relevant to this activity:
Notice: Undefined variable: getacivitydetails in /var/www/html/resources/views/frontend/single-activity.blade.php on line 223

Notice: Trying to access array offset on value of type null in /var/www/html/resources/views/frontend/single-activity.blade.php on line 223

Notice: Undefined variable: getacivitydetails in /var/www/html/resources/views/frontend/single-activity.blade.php on line 224

Notice: Trying to access array offset on value of type null in /var/www/html/resources/views/frontend/single-activity.blade.php on line 224

Notice: Undefined variable: getacivitydetails in /var/www/html/resources/views/frontend/single-activity.blade.php on line 225

Notice: Trying to access array offset on value of type null in /var/www/html/resources/views/frontend/single-activity.blade.php on line 225
@endif
@include('layout/frontend/_footer')