@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('about us image') }}

{{ langConverter(siteContentAboutPage('about_us')->en_Subtitle, siteContentAboutPage('about_us')->fr_Subtitle) }}

{!! langConverter( siteContentAboutPage('about_us')->en_Title_One, siteContentAboutPage('about_us')->fr_Title_One, ) !!}

{!! langConverter( siteContentAboutPage('about_us')->en_Description_One, siteContentAboutPage('about_us')->fr_Description_One, ) !!}
{{ __('service-icon') }}

{!! langConverter(siteContentAboutPage('comfort')->en_Title_One, siteContentAboutPage('comfort')->fr_Title_One) !!}

{!! langConverter( siteContentAboutPage('comfort')->en_Description_One, siteContentAboutPage('comfort')->fr_Description_One, ) !!}

{{ __('service-icon') }}

{!! langConverter(siteContentAboutPage('comfort')->en_Title_Two, siteContentAboutPage('comfort')->fr_Title_Two) !!}

{!! langConverter( siteContentAboutPage('comfort')->en_Description_Two, siteContentAboutPage('comfort')->fr_Description_Two, ) !!}

service-icon

{!! langConverter( siteContentAboutPage('comfort')->en_Title_Three, siteContentAboutPage('comfort')->fr_Title_Three, ) !!}

{!! langConverter( siteContentAboutPage('comfort')->en_Description_Three, siteContentAboutPage('comfort')->fr_Description_Three, ) !!}

service-icon

{!! langConverter( siteContentAboutPage('comfort')->en_Title_Four, siteContentAboutPage('comfort')->fr_Title_Four, ) !!}

{!! langConverter( siteContentAboutPage('comfort')->en_Description_Four, siteContentAboutPage('comfort')->fr_Description_Four, ) !!}

{!! langConverter(siteContentAboutPage('features')->en_Title,siteContentAboutPage('features')->fr_Title) !!}

{!! langConverter(siteContentAboutPage('features')->en_Subtitle,siteContentAboutPage('features')->fr_Subtitle) !!}

{{ __('features-icon') }}

{!! langConverter( siteContentAboutPage('features')->en_Title_One, siteContentAboutPage('features')->fr_Title_One, ) !!}

{!! langConverter( siteContentAboutPage('features')->en_Description_One, siteContentAboutPage('features')->fr_Description_One, ) !!}

{{ __('features-icon') }}

{!! langConverter( siteContentAboutPage('features')->en_Title_Two, siteContentAboutPage('features')->fr_Title_Two, ) !!}

{!! langConverter( siteContentAboutPage('features')->en_Description_Two, siteContentAboutPage('features')->fr_Description_Two, ) !!}

{{ __('features-icon') }}

{!! langConverter( siteContentAboutPage('features')->en_Title_Three, siteContentAboutPage('features')->fr_Title_Three, ) !!}

{!! langConverter( siteContentAboutPage('features')->en_Description_Three, siteContentAboutPage('features')->fr_Description_Three, ) !!}

{{ __('Testimonial') }}

{{ __('What People Are') }}
{{ __('Saying About Ourself') }}

@foreach ($testimonials as $test) @if ($loop->iteration == 1) img @elseif ($loop->iteration == 2) img @elseif ($loop->iteration == 3) img @elseif ($loop->iteration == 4) img @elseif ($loop->iteration == 5) img @elseif ($loop->iteration == 6) img @elseif ($loop->iteration == 7) img @elseif ($loop->iteration == 8) img @endif @endforeach shape
@foreach ($testimonials as $test)
testimonal-image
@endforeach
@foreach ($testimonials as $test)

{{ langConverter($test->en_Description, $test->fr_Description) }}

{{ $test->Name }}

@endforeach
@endsection