@extends('client.humancarerecruit.partials.layout') @section('header') Testimonials from Satisfied Clients - {{env("APP_NAME")}} @endsection @section('content')
@php $testimonials=MPCMS::getarticle('testimonials'); @endphp @foreach($testimonials->children as $testimonials)

{!!$testimonials->text!!}

{{$testimonials->title}}


@endforeach
@endsection