@extends('client.topCargo.layouts.layout') @section('title', 'Testimonials') @section('content')
@foreach ($testimonials as $testimonial)
{!! $testimonial->text !!}
{{ $testimonial->title }} {{ $testimonial->designation }}
@endforeach
@endsection