{{-- testimonial slider --}} @if(count($testimonial))
Testmonials
@foreach ($testimonial as $singleTestimonial)
{{-- --}}

{{$singleTestimonial->description}}

{{$singleTestimonial->client_name}}
{{$singleTestimonial->client_designation_company_name}}

@endforeach
@endif {{-- testimonial slider --}}