@extends('layouts.client.layout') @section('title') {{ $title_meta->aboutus_title }} @endsection @section('meta') @endsection @section('client-content')
@if ($about_count != 0)
{!! clean($about->about_description) !!}
@endif
@if ($about_count != 0)
{!! clean($about->mission_description) !!}
{!! clean($about->vision_description) !!}
@endif
@foreach ($overviews as $overview)

{{ $overview->qty }}

{{ $overview->name }}

@endforeach
@php $work_section=App\HomeSection::where('section_type',2)->first(); @endphp

{{ ucfirst($work_section->first_header) }} {{ ucfirst($work_section->second_header) }}

{{ $work_section->description }}

{{ $work->title }}

{{ $work->description }}

@foreach ($workFaqs as $faqIndex => $faq)
{!! clean($faq->answer) !!}
@endforeach
@endsection