@extends('frontend.layouts.master') @section('title') Client Testimonials @endsection @section('css') @endsection @section('content')
@foreach($testimonials as $testimonial)
{{ucfirst($testimonial->name)}}
{{ucfirst($testimonial->position)}}

{{ucfirst($testimonial->description)}}

@endforeach
@endsection @section('js') @endsection