@extends('frontend.layouts.app') @section('content')

About Us

@foreach($about_us_left_section->details as $key => $detail)
About
@endforeach
{{ $about_us_right_section->title }}
{!! $about_us_right_section->description !!}
@foreach($about_us_right_section->details as $key => $detail)
{{ $detail->title }}

{{ $detail->description }}

@endforeach
shape
shape
shape
@foreach($counter->details as $key => $detail)

{{ $detail->title }}

{{ $detail->description }}
@endforeach
img
{{ $about_us_page_section->title }}

{{ strip_tags($about_us_page_section->description) }}

@foreach($about_us_page_section->details as $key => $detail)
img
@endforeach
@foreach($about_us_page_section->details as $key => $detail)

{{ $detail->title }}

{{ $detail->description }}

{{ str_pad($key + 1, 2, '0', STR_PAD_LEFT) }}
@endforeach
img
Our Partners

{{ $client_section->title }}

@foreach($client_section->details as $key => $detail) @endforeach
FAQ

{{ $faq_section->title }}

{!! $faq_section->description !!}

img
@foreach($faq_section->details as $key => $detail) @php $collapseId = 'collapse-'.$key; $headingId = 'heading-'.$key; @endphp
@if($detail->image)
img
@endif

{{ $detail->description }}

@endforeach
Testimonial

What Client Say About us

@foreach($testimonials as $testimonial)
testimonial

{{ $testimonial->name }}

@for($i = 1; $i <= 5; $i++) @if($i <= $testimonial->rating) @else @endif @endfor

“{{ strip_tags($testimonial->description) }}”

img
@endforeach
shape
@endsection @section('custom_script') @endsection