@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

Resources

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

@endif
@if( $getresource && count($getresource) > 0 ) @foreach( $getresource as $k => $v )
@if ( count($v['media_attachment']) > 0 && $v['media_attachment'][0]['attachment'] ) @else @endif
{{$v['title']}}

{{ date("F | Y",strtotime($v['resource_date'])) }} | {{ ucfirst($v['resource_type']) }}

@endforeach @else

No records found for the search

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