@php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::TESTIMONIAL, \App\Enums\Frontend\Content::FIXED); $enhancementContents = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::TESTIMONIAL, \App\Enums\Frontend\Content::ENHANCEMENT); @endphp

{{ getArrayValue($fixedContent?->meta, 'heading') }}

{{ getArrayValue($fixedContent?->meta, 'sub_heading') }}

    @for($i = 1; $i <= 5; $i++) @if($i <= (int)getArrayValue($fixedContent?->meta, 'avg_rating'))
  • @else
  • @endif @endfor
{{ getArrayValue($fixedContent?->meta, 'total_reviews') }} {{ getArrayValue($fixedContent?->meta, 'title') }}
@foreach($enhancementContents as $key => $enhancementContent)

{{ getArrayValue($enhancementContent->meta, 'testimonial') }}

{{ getArrayValue($enhancementContent->meta, 'name') }}
{{ getArrayValue($enhancementContent->meta, 'designation') }}
@endforeach