@extends('frontend.layouts.public') @php $data = metaData('home'); @endphp @section('description', $data->description) @section('og:image', asset($data->image)) @section('title', $data->title) @section('main') @if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_thin_ad_after_signin_section'))
{!! advertisementCode('home_page_thin_ad_after_signin_section') !!}
@endif @endif
@if (livejob() > 0) {{ livejob() }} + @else {{ livejob() }} @endif
{{ __('live_job') }}
@if ($companies > 0) {{ $companies }} + @else {{ $companies }} @endif
{{ __('companies') }}
@if ($candidates > 0) {{ $candidates }} + @else {{ $candidates }} @endif
{{ __('candidates') }}
@if ($newjobs > 0) {{ $newjobs }} + @else {{ $newjobs }} @endif
{{ __('total_new_jobs') }}
@if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_thin_ad_after_counter_section'))
{!! advertisementCode('home_page_thin_ad_after_counter_section') !!}
@endif @endif
{{ __('why_choose_us') }}
{{ __('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') }}
@if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_chooseus_section'))
{!! advertisementCode('home_page_fat_ad_after_chooseus_section') !!}
@endif @endif @if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_vacancies_section'))
{!! advertisementCode('home_page_fat_ad_after_vacancies_section') !!}
@endif @endif

{{ __('popular_category') }}

@php $popular_categories = $popular_categories->toArray(); ksort($popular_categories); @endphp @foreach ($popular_categories as $key => $category) @isset($category['slug']) @endisset @endforeach
{{ config('app.name') }} Title Shape Image {{ __('working_process') }}
Enhanced Navigation Image
{{ __('explore_opportunities') }}
{{ __('browse_through_a_diverse_range_of_job_listings_tailored_to_your_interests_and_expertise') }}
Middle Arrow Navigation
{{ __('create_your_profile') }}
{{ __('build_a_standout_profile_highlighting_your_skills_experience_and_qualifications') }}
Last Arrow
{{ __('apply_with_ease') }}
{{ __('effortlessly_apply_to_jobs_that_match_your_preferences_with_just_a_few_clicks') }}
{{ __('track_your_progress') }}
{{ __('stay_informed_on_your_applications_and_manage_your_job_seeking_journey_effectively') }}
@if (($featured_jobs && count($featured_jobs)) || ($top_companies && count($top_companies) > 0))
@endif
@if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_workingprocess_section'))
{!! advertisementCode('home_page_fat_ad_after_workingprocess_section') !!}
@endif @endif @if ($featured_jobs && count($featured_jobs) > 0)

{{ __('featured_job') }}

    @foreach ($featured_jobs as $job) @endforeach
@endif @if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_featuredjob_section'))
{!! advertisementCode('home_page_fat_ad_after_featuredjob_section') !!}
@endif @endif @if ($top_companies && count($top_companies) > 0)

{{ __('top') }} {{ __('companies') }} Company Title Shape

@endif @if ($testimonials->count()) @if (($featured_jobs && count($featured_jobs)) || ($top_companies && count($top_companies) > 0))
@endif

{{ __('clients_testimonial') }}

@foreach ($testimonials as $testimonial)
@for ($i = 0; $i < $testimonial->stars; $i++) @endfor
{{ Str::words($testimonial->description, 25, '...') }}
User Image
{{ $testimonial->name }}
{{ $testimonial->position }}
@endforeach
@endif @if (advertisementCode('home_page_center'))
{!! advertisementCode('home_page_center') !!}
@endif @if (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_client_section'))
{!! advertisementCode('home_page_fat_ad_after_client_section') !!}
@endif @endif @guest
@include('frontend.partials.call-to-action')
@else {{-- Apply job Modal --}} @endguest @endsection @section('css') @include('map::links') @endsection @section('script') @if ($map == 'google-map') @endif @endsection