@extends('frontLayout.frontlayout') @section('content') Testimonials Fellowship Testimonial @include('frontend.testimonials.filters') {{-- Time Zone Language --}} @if(isset($listing) && count($listing) > 0) @include('frontend.testimonials.listingLoop') @else @endif @include('frontend.partials.pagination',['pagination' => $listing,'url' => route('frontend.testimonials')]) @endsection
Fellowship Testimonial