@extends('layout') @section('title') {{ render_seo_title($seo_setting) }} @endsection @section('body-content')

{{ __('translate.Most Demanding Categories') }}

@foreach ($jobpost_sub_categories as $sub_category)
img

{{ $sub_category->name }}

{{ $sub_category->total_listing }} {{ __('translate.Jobs Available') }}
{{ __('translate.Explore Jobs') }}
{{ __('translate.Explore Jobs') }}
@endforeach
@if ($home2_ads->status == 'enable')
@include('partials.ads_banner', ['banner' => $home2_ads, 'wrapperClass' => 'categories-ads', 'imageSize' => '1416x157'])
@endif

{{ __('translate.Featured Jobs') }}

@foreach ($jobpost_featured_listings as $featured_listing)
img
@if ($featured_listing->is_urgent == 'enable')
{{ __('translate.Urgent') }}
@endif @if ($featured_listing->is_featured == 'enable')
{{ __('translate.Featured') }}
@endif
@endforeach

{{ __('translate.Browse By Cities') }}

@foreach ($cities->take(6) as $city)
img

{{ $city->name }}

{{ $city->total_jobpost_listing }}+ {{ __('translate.Listing') }}
@endforeach
{{ render_website_shortcodes($homepage->home2_explore_title) }}

{{ render_website_shortcodes($homepage->home2_explore_des) }}

{{ __('translate.Contact Us') }}
{{ __('translate.Contact Us') }}

{{ __('translate.Browse by New Job Listing') }}

@foreach ($jobpost_latest_listings as $latest_listing) @endforeach
@endsection