@extends('layouts.app') @section('content')

{{__('message.browse_jobs_by_keywords')}}

{{ $totalJobCount }}
{{__('message.job_found')}}
@php //$city $keywordData = json_decode(file_get_contents(public_path('data/home/HomeKeywords.json')),true); if($keywordData != null){ shuffle($keywordData); $i = 1; @endphp @foreach($keywordData as $key => $value) @if($i == 1 || $i == 11 || $i == 21)
    @endif @if($i<=30) @php $valueCheck = str_replace(' ','-',__($value['keyword'])); @endphp
  • @if(is_string($value['_id']))
    {{__($value['keyword'])}}
    @endif
  • @php $i++; @endphp @else @php break; @endphp @endif @if($i == 11 || $i == 21 || $i == 31)
@endif @endforeach @php }else{ @endphp
No Data Found
@php } @endphp

{{__('message.browse_jobs_by_location')}}

{{ $totalJobCount }}
{{__('message.job_found')}}
@php //$city $cityData = json_decode(file_get_contents(public_path('data/home/homeCity.json')),true); //dd($cityData); if($cityData != null){ shuffle($cityData); $i = 1; //include(public_path('data/home/home_city_count.blade.php')); @endphp @foreach($cityData as $key => $value) @if($i == 1 || $i == 11 || $i == 21)
    @endif @if($i<=30) @php $valueCheck = str_replace(' ','-',__($value['city'])); @endphp
  • {{$value['city']}}
    {{$value['job_count']}}
  • @php $i++; @endphp @else @php break; @endphp @endif @if($i == 11 || $i == 21 || $i == 31)
@endif @endforeach @php }else{ @endphp
No Data Found
@php } @endphp

{{__('message.browse_jobs_by_industry')}}

{{ $totalJobCount }}
{{__('message.job_found')}}
@php //$city $indutryData = json_decode(file_get_contents(public_path('data/home/homeIndustry.json')),true); if($indutryData != null){ shuffle($indutryData); $i = 1; //include(public_path('data/home/home_city_count.blade.php')); @endphp @foreach($indutryData as $key => $value) @if($i == 1 || $i == 11 || $i == 21)
    @endif @if($i<=30) @php $valueCheck = str_replace(' ','-',__($value['industry'])); @endphp
  • {{__($value['industry'])}}
  • @php $i++; @endphp @else @php break; @endphp @endif @if($i == 11 || $i == 21 || $i == 31)
@endif @endforeach @php }else{ @endphp
No Data Found
@php } @endphp

{{__('message.easiest_way_to_use')}}

{{__('message.give_yourself_the_power_of_responsibility_remind_yourself_the_only_thing_stopping_you_is_yourself')}}.

{{__('message.run_job_search')}}

{{__('message.enter_job_title_or_skill_and_location')}}

{{__('message.reviewz_listings')}}

{{__('message.review_jobs_and_select_reverent_listings')}}

{{__('message.apply_for_job')}}

{{__('message.apply_for_selected_jobs_with_just_1_click')}}

{{__('message.our_clients')}}

@if(settings('dark_logo')=='') @php $imagesLogo = '/assets/media/logos/dark_logo.png'; @endphp @else @php $imagesLogo = '/'.settings('dark_logo'); @endphp @endif
{{__('message.create_a_free_account_to_find_thousands_of_jobs_employment_career_Opportunities_around_you')}}!
{{ $totalJobCount }}
{{ $totalCompanyCount }}
@endsection