@if (count($testimonials) > 0)
@foreach ($sections->where('key' ,'testimonial' ) as $section)

{{$section->name}}

@endforeach
@endif