@extends('site.layouts.app') @section('title', 'Testimonial') @section('content')

Our Client Say!

{!! $content->testimonial !!}

@foreach (App\Models\Testimonial::get() as $testimonial)
{{ $testimonial->name }}

{{ $testimonial->designation }} {{ $testimonial->company }}

{{ $testimonial->message }}

@endforeach
@endsection