@extends($active_theme) @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content')
{{ $about_us->aboutlangfrontend->title }}

{{ $about_us->aboutlangfrontend->header1 }} {{ $about_us->aboutlangfrontend->header2 }} {{ $about_us->aboutlangfrontend->header3 }}

{!! clean($about_us->aboutlangfrontend->about_us ) !!}
about

{{ $about_us->aboutlangfrontend->name }}

{{ $about_us->aboutlangfrontend->desgination }}

about
about us
@if ($our_teem_section->visibility)
{{ $our_teem_section->title }}

{{ $our_teem_section->description }}

@foreach ($our_teem_section->our_teems as $our_team)
team
team

{{ $our_team->teamlangfrontend->name }}

{{ $our_team->teamlangfrontend->designation }}

@endforeach

{!! strip_tags(clean($our_teem_section->offer_title1),'') !!}

{{ $our_teem_section->offer_title3 }}

{{__('user.Purchase Here')}}
@endif @if ($testimonial_section->visibility)
{{ $testimonial_section->title }}

{{ $testimonial_section->description }}

@foreach ($testimonial_section->testimonials as $testimonial)

{{ $testimonial->testimoniallangfrontend->comment }}

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

@endforeach
@endif @if ($why_choose_us->visibility)
{{ $why_choose_us->title1 }}

{{ $why_choose_us->title2 }}

why choose

{{ $why_choose_us->item_title1 }}

{{ $why_choose_us->item_description1 }}

why choose

{{ $why_choose_us->item_title2 }}

{{ $why_choose_us->item_description2 }}

why choose

{{ $why_choose_us->item_title3 }}

{{ $why_choose_us->item_description3 }}

@endif @endsection