@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

News

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

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

@endif
@if( $getnews && count($getnews) > 0 ) @foreach( $getnews as $k => $v )
@if ($v['news_image'] != '') @else @endif
{{ ucfirst($v['news_title'])}}
{{ $v['news_month'] }} | {{ ucfirst($v['news_year']) }}

Read More →
@endforeach @else

No records found for the search

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