@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'List of Job Openings - HireMee') @section('content')
Active Openings:  {{$total_jobs_count}}
Overall Openings:  {{$overall_jobs_count}}
@include('hiremee-revamp.partials.sidebar-statebasesearch')
{!! $component!!}

Browse Jobs

Jobs in Industry

Jobs in Location

Categories

    @if(!empty($cate_id_postions)) @foreach($cate_id_postions as $value)
  • @if(!empty($value->category->industry_name) && !is_null($value->category->industry_name)) @php session([str_slug($value->category->industry_name)=> $value->cat_id]); @endphp {{ $value->category->industry_name}} {{ $value->numberofpostion }} @endif
  • @endforeach @if($cate_id_postions->hasMorePages())
  • @endif @endif

Trusted By

@php $files = glob('assets/hiremee-revamp/images/top-company/*.*'); @endphp @for($i = 0; $i < count($files); $i++)
company-logo
@endfor

For College Placement Assessment Support

@include('hiremee-revamp.quick-connect',['submit_form_type'=>'job_list_assessment_college','request_type'=>31,'csubject'=>6,'button_txt'=>"Submit",'submit_but_id'=>'desktop_demo_button','formid'=>'js_demorequest_form','class'=>'btn btn-primary pull-right'])
@endsection