@extends('web.layouts.app') @section('title', __('about_us.seo_title')) @section('keywords', __('homepage.keywords')) @section('description', __('homepage.description')) @section('wrapper-class', 'wp-page page-index') @section('agency_active', 'active') @section('about_us_active', 'sub_active') @section('content') @include('web.home.header_home')

{!! __('about_us.about_heading') !!}

{!! __('about_us.about_lead') !!}

{!! __('about_us.about_body') !!}

@include('web.layouts.footer') @endsection