`@extends('website.layouts.app') @section('description') @php $data = metaData('about'); @endphp {{ $data->description }} @endsection @section('og:image') {{ asset($data->image) }} @endsection @section('title') {{ $data->title }} @endsection @section('main')
{{ __('who_we_are') }}

{{ __('we_are_highly_skilled_and_professionals_team') }}

{{ __('praesent_non_sem_facilisis_hendrerit_nisi_vitae_volutpat_quam_Aliquam_metus_mauris_semper') }}

{{ livejob() }}
{{ __('live_job') }}
{{ $companies }}
{{ __('companies') }}
{{ $candidates }}
{{ __('candidates') }}
@if ($cms_setting->about_brand_logo) @endif @if ($cms_setting->about_brand_logo1) @endif @if ($cms_setting->about_brand_logo2) @endif @if ($cms_setting->about_brand_logo3) @endif @if ($cms_setting->about_brand_logo4) @endif @if ($cms_setting->about_brand_logo5) @endif
{{ __('our_mission') }}

{{ __('we_are_highly_skilled_and_professionals_team') }}

{{ __('praesent_non_sem_facilisis_hendrerit_nisi_vitae_volutpat_quam_Aliquam_metus_mauris_semper_metus') }}

@if ($testimonials->count())

{{ __('what_our_people_says') }}

@foreach ($testimonials as $testimonial)
@for ($i = 0; $i < $testimonial->stars; $i++) @endfor
{{ $testimonial->description }}
{{ $testimonial->name }}
{{ $testimonial->position }}
@endforeach
@endif
@include('website.partials.call-to-action')
{{-- Subscribe Newsletter --}} @endsection @section('css') @endsection @section('script') @endsection