@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

Special Feature

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

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

@endif
@if( $getspecialfeatures && count($getspecialfeatures) > 0 ) @foreach( $getspecialfeatures as $k => $v )
@if ( $v['sp_images'] !='' ) @else @endif
{{$v['sp_title']}}

{{ strip_tags(substr($v['sp_description'],0,150)) }}

Read More →
@endforeach @else

No records found for the search

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