@extends('layouts.front-page') @section('pageTitle', 'About HireMee') @section('content')
Sorry, this job no longer accepting applications. please click the link for more jobs that match what you're looking for!
{{ $job['category']->industry_name ?? "Not Updated"}}
@if(!empty($job->getCompanyprofile)) Company Name : {{ $job->getCompanyprofile->company_name }} @else Company Name : Not Updated @endif
@if(!empty($job->skills())) Skills : {{ HireMeeHelper::JobSkills($job->skills()->pluck('skill_id')->toArray()) }} @else Skills : Not Updated @endif
Job Location : {{ HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()) }}
No. of Openings : @if($job['numberofpostion'] !=0) {{ $job['numberofpostion'] }} @else Not updated @endif
@php $genders = HireMeeHelper::JobGenders(); @endphpGender Preference :{!! $genders[$job->gender] ?? "No Preference" !!}
@if($job->interview_process==2)
{{ !empty($job['emptype']) ? $job['emptype']->type_name : "Not Updated" }}
@endif{!! $job['description'] !!}
{{ $serial_num++ }}. {{ $requirements }}