@if ($secInfo->testimonials_section_status == 1)

{{ !empty($secTitleInfo->testimonials_section_title) ? $secTitleInfo->testimonials_section_title : '' }}

@foreach ($testimonials as $testimonial)

{{ $testimonial->comment }}

{{ $testimonial->name }}
{{ $testimonial->name }}
{{ $testimonial->occupation }}
@endforeach
@if (!empty($testimonialData->testimonials_section_image)) @else Testimonial Section Image @endif
@endif