@extends('web.layouts.container') @section('header')
@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')}}

{{__('services.our_services')}}

@if(count($services)) @foreach($services as $service) @endforeach @endif

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

{{__('main.work_way')}}

@if(count($workWays)) @foreach($workWays as $workWay)
{{$loop->iteration}}
{{$workWay->title}}

{!! $workWay->description !!}

@endforeach @endif

{{__('articles.shar_blog')}}

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

@if(count($partners)) @foreach($partners as $partner)
@endforeach @endif
@endsection @section('inner_js') @endsection