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

{!! __('no_1_job_portal_home_3') !!}

{{ __('job_seekers_stats') }}

@php $oldLocation = request('location'); $map = $setting->default_map; @endphp @if ($map == 'google-map') @else @endif
@if ($top_categories->count())
@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

{{ __('top_categories') }}

@php $popular_categories = $popular_categories->toArray(); ksort($popular_categories); @endphp @foreach ($popular_categories as $key => $category) @isset($category['slug'])

{{ $category['name'] }}

{{ $category['jobs_count'] }} {{ __('open_positions') }}

@endisset @endforeach
{{ __('create_profile') }}

{{ __('create_your_personal_account_profile') }}

{{ __('work_profile_description') }}

{{ config('app.name') }}
{{ __('explore_opportunities') }}
{{ __('browse_through_a_diverse_range_of_job_listings_tailored_to_your_interests_and_expertise') }}
{{ __('create_your_profile') }}
{{ __('build_a_standout_profile_highlighting_your_skills_experience_and_qualifications') }}
{{ __('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 (advertisement_status('home_page_ad')) @if (advertisementCode('home_page_fat_ad_after_workingprocess_section'))
{!! advertisementCode('home_page_fat_ad_after_workingprocess_section') !!}
@endif @endif

{{ __('top') }} {{ __('featured_job') }}

@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) @if (!auth('user')->check() || (auth('user')->check() && authUser()->role == 'candidate'))

{{ __('top') }} {{ __('companies') }}

@endif @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

{!! __('updates_regularly') !!}

@endsection @section('css') @include('map::links') @endsection @section('script') @endsection