@extends('layout') @section('title') {{ render_seo_title($seo_setting) }} @endsection @section('body-content')
thumb

{{ $about_us->experience_year }}

{{ __('translate.Years of Experience') }}

{{ render_website_shortcodes($about_us->header) }}

{{ render_website_shortcodes($about_us->title) }}

{!! clean(render_website_shortcodes($about_us->description)) !!}
img

{{ render_website_shortcodes($about_us->ceo_name) }}

{{ render_website_shortcodes($about_us->ceo_designation) }}

img

{{ $homepage->counter_qty1 }}

{{ render_website_shortcodes($homepage->counter_title1) }}

{{ $homepage->counter_qty2 }}

{{ render_website_shortcodes($homepage->counter_title2) }}

{{ $homepage->counter_qty3 }}

{{ render_website_shortcodes($homepage->counter_title3) }}

{{ $homepage->counter_qty4 }}

{{ render_website_shortcodes($homepage->counter_title4) }}

{{ render_website_shortcodes($homepage->working_short_title) }}

{{ render_website_shortcodes($homepage->working_title) }}

{{ render_website_shortcodes($homepage->working_step_title1) }}

{{ render_website_shortcodes($homepage->working_step_des1) }}

{{ render_website_shortcodes($homepage->working_step_title2) }}

{{ render_website_shortcodes($homepage->working_step_des2) }}

{{ render_website_shortcodes($homepage->working_step_title3) }}

{{ render_website_shortcodes($homepage->working_step_des3) }}

{{ render_website_shortcodes($homepage->working_step_title4) }}

{{ render_website_shortcodes($homepage->working_step_des4) }}

thumb

{{ __('translate.What People are Talking About Us') }}

@foreach ($testimonials as $testimonial)

{{ $testimonial->comment }}

img
{{ $testimonial->name }}

{{ $testimonial->designation }}

@endforeach
@endsection