@extends('web.layouts.app') @section('title') {{companyName()}} @endsection @section('meta_description')@endsection @section('css') @endsection @section('content') @include('web.module.about.about')

{{$about->featured_1}}

{!! $about->featured_1_description !!}

{{$about->featured_2}}

{!! $about->featured_2_description !!}

{{$about->featured_3}}

{!! $about->featured_3_description !!}
@include('web.module.home.why-choose-us') @include('web.module.home.how-it-work') @include('web.module.home.count') @endsection @section('js') @endsection