@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

Activity

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

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

@endif
@if( $getactivity && count($getactivity) > 0 ) @foreach( $getactivity as $k => $v )
@if ( $v['activity_imgs'] !='' ) @elseif($v['a_image'] !='') @else @endif
{{$v['a_project_name']}}
{{ $v['a_month'] }} | {{ $v['a_year'] }}
@endforeach @else

No records found for the search

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