@extends('layouts.front-layout') @section('title') About @endsection @section('content')

{{ $pageData['About']['top_banner_title'] ?? '' }}

{{ $pageData['About']['your_trusted_partners_heading'] ?? '' }}

{{ $pageData['About']['our_trusted_partners_sub_heading'] ?? '' }}

{!!$pageData['About']['your_trusted_partners_description'] ?? '' !!}

Whatmakes us different?

It is all in the details.

@forelse($get_makes_us_different as $makes_us_different)

{{$makes_us_different->heading ? : ''}}

{!! $makes_us_different->description ? :''!!}

@empty

makes us different not available

@endforelse
{!!$pageData['About']['our_philosophy_description'] ?? '' !!}
{!!$pageData['About']['our_model_description'] ?? '' !!}

Stories From Our Valued Clients

@forelse($get_our_valued_clients as $our_valued_client)
img
{{$our_valued_client->heading ? : ''}} {{$our_valued_client->sub_heading ? : ''}}
{!! $our_valued_client->description ? : ''!!}
@empty

our valued clients not available

@endforelse

{!!$pageData['Home']['for_any_inquiries_section_description'] ?? ''!!}

@endsection