@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

Interview

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

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

@endif
@if( $getinterview && count($getinterview) > 0 ) @foreach( $getinterview as $k => $v )
@if ( $v['picture_of_interviewee'] !='' ) @else @endif
{{$v['name_of_interviewee']}}
{{ $v['interviewee_month'] }} | {{ $v['interviewee_year'] }}

{{ substr($v['description_of_interviewee'],0,200) }}..

Read More →
@endforeach @else

No records found for the search

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