@extends('web.layouts.container') @section('header')
{{__('main.home')}} {{$aboutPage->title}}
{{--

{{$aboutPage->title}}

--}} {{--

{{stripText($aboutPage->description)}}

--}}
@endsection @section('content')

{{__('abouts.get_to_know_us')}}

{{$about->first_title}}

{{$about->second_title}}

{!! $about->description !!}

+ {{$about->client}}

{{$about->client_title ?? __('abouts.client_count')}}

+ {{$about->consultation}}

{{$about->consultation_title ?? __('abouts.consult')}}

+ {{$about->projects}}

{{$about->projects_title ?? __('abouts.project_numbers')}}

{{__('staffs.head')}}

@endsection @section('inner_js') @endsection