@extends('inculdes.main') @section('content')
{{ $type }} TESTIMONIAL

What Our Clients Say About Our CPA Services

@foreach ($testimonials as $key => $testimonial)
{{ $testimonial->name }}
{{ $testimonial->name }}
{{ $testimonial->date }}

{!! substr($testimonial->description, 0, 80) !!}
@if (strlen($testimonial->description) > 80) Read More @endif

@if ($testimonial->social_type) {{ $testimonial->social_type }} @endif
@endforeach
@include('inculdes.contact_form') @endsection