@extends('frontend.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') }}

{!! nl2br(e(__('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
{{ __('why_choose') }} {{ config('app.name') }} shape
{{ __('cost_effective') }}
{{ __('whether_you_choose_to_post_your_jobs_directly_or_have_them_indexed_automatically_our_pricing_model_is_highly_competitive_and_cost_effective') }}
{{ __('easy_to_use') }}
{{ __('we_have_created_a_streamlined_user_interface_so_you_can_easily_manage_your_jobs_and_candidates') }}
{{ __('quality_candidate') }}
{{ __('irrespective_of_your_organizations_size_we_have_a_large_pool_of_candidates_with_diverse_skill_sets_and_experience_levels') }}

{{ __('have_a_question') }}

{{ __('contact_us') }}
{{ __('our_mission') }}

{{ __('our_mission_headline') }}

{!! nl2br(e(__('our_mission_description'))) !!}

image
@if ($testimonials->count())

{{ __('clients_testimonial') }}

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