@extends('frontend.layouts.main') @section('content') @include('frontend.layouts.header-2')
{{ __('About Company') }}

{{ $about->section_title ?? '' }}

{{ $about->experience ?? '' }}

{{ $about->experience_title ?? '' }}

@foreach($descriptions as $description)

{{ $description }}

@endforeach
    @foreach($facilities as $facility)
  • {{ $facility }}
  • @endforeach
@if(!empty($about->button_title)) {{ $about->button_title }} @endif @if(!empty($about->introducing_video)) @endif

{{ __('Our Features') }}

@foreach($features as $feature)

{{ Str::limit($feature->title,20) }}

{{ Str::limit($feature->excerpt->value ?? '',100) }}

@endforeach

{{ $counter->experience ?? '' }}+

{{ __('Years of Experience') }}

{{ $counter->active_customers ?? '' }}+

{{ __('Active Customers') }}

{{ $counter->positive_reviews ?? '' }}+

{{ __('Positive Reviews') }}

{{ $counter->satisfied_customers ?? '' }}+

{{ __('Satisfied customers') }}
@include('frontend.pricings')

{{ __('Meet with our') }}
{{ __('team') }}

@foreach($teams as $team)

{{ $team['name'] ?? '' }}

{{ $team['position'] ?? '' }}
@endforeach
@foreach($faqs as $key => $faq) @if($faq->slug != 'top')

{{ $faq->excerpt->value ?? '' }}
@endif @endforeach

{{ __('Do you have more questions?') }}

{{ __('faq_description') }}

{{ __('Shoot a Direct Mail') }}
@endsection