@extends('frontLayout.frontlayout') @section('content')
Testimonials

Fellowship Testimonial

@include('frontend.testimonials.filters') {{-- --}}
@if(isset($listing) && count($listing) > 0) @include('frontend.testimonials.listingLoop') @else
@endif
@include('frontend.partials.pagination',['pagination' => $listing,'url' => route('frontend.testimonials')])
@endsection