{!! ucfirst($section['section_title'] ?? "") !!}

{{ ucfirst($section['section_label'] ?? "") }}

@if(!empty($section['section_content']) && count($section['section_content']) > 0)
@foreach($section['section_content'] as $key => $value)

5.0

{{ $value->position ?? '' }}

{{ $value->description ?? '' }}

user
{{ $value->client_name }}

{{ $value->location ?? '' }}

quote
@endforeach
@else
{{__('no_testimonials_available')}}
@endif shape shape