@extends('layouts.front-page') @section('pageTitle', 'HireMee Jobs') @section('content')

Recent Job Openings

@forelse($jobs as $job)
Company Name:
{{ !empty($job->getCompanyprofile)?$job->getCompanyprofile->company_name :'' }}
Qualification:
@if(!is_null($job['qualcationDetails']) && count($job['qualcationDetails']) != 0 ) @php $i=1; @endphp @foreach($job['qualcationDetails'] as $qualcation) @if($i==1) {{ $qualcation->degree->name ?? "Any Degree" }} - {{ $qualcation->specialization->specialization ?? "Any Specialization"}} @else , {{ $qualcation->degree->name ?? "Any Degree" }} - {{ $qualcation->specialization->specialization ?? "Any Specialization"}} @endif @php $i++; @endphp @endforeach @else @endif
No. of Position:
@if($job['numberofpostion'] !=0) {{ $job['numberofpostion'] }} @else Not Mentioned @endif
@php $locations = HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()); @endphp
Location:
@if(!empty($locations)) {{ HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()) }} @else Not Updated @endif
Job Description:
{!! substr(ucfirst(strip_tags($job->description)),0,100) !!}...
View & Apply
@empty

No Records Found

Sorry! We can't find any records matching your criteria
@endforelse
@if($jobs->hasMorePages()) @endif
{{-- Widget Area --}}
Get assessed by HireMee
to increase your profile visibility
{{-- Job Category Widget --}}
Job by Categories
Job by Location
@include('partials.job-search-front-script') @endsection @section('footer') @endsection