@extends('front.master') @section('title', 'Testimonials') @section('meta_title', 'Testimonials') @section('description', 'We have worked alongside countless candidates and education providers. View our testimonials. See what our clients have to say about our recruitment services.') {{-- facebook meta tags --}} @section('fb_meta_title', 'Testimonials') @section('fb_description', 'We have worked alongside countless candidates and education providers. View our testimonials. See what our clients have to say about our recruitment services.') @section('fb_route', URL::current()) @section('fb_type', 'website') @section('fb_image', asset('/images/new_design_2022/offer_ca3rd.png')) {{--twitter meta tags --}} @section('twitter_meta_title', 'Testimonials') @section('twitter_description', 'We have worked alongside countless candidates and education providers. View our testimonials. See what our clients have to say about our recruitment services.') @section('twitter_url', URL::current()) @section('content')
#

Testimonials

Words from our schools & candidates

#
#
#
@if($testimonials) @foreach ($testimonials as $testimonial )

{{ $testimonial->title}}

{!!$testimonial->description!!}

@endforeach @endif
@endsection @push('modals') @endpush @push('scripts') @endpush