@extends("layouts.main") @section('pageTitle', $pageTitle) @section("content")

{{ $job['job_title'] }}

@if($job->checkjob !=null) Job applied @else Apply @endif

{{ $job['category']->industry_name ?? ""}}
Company Name : {{ $job->getCompanyprofile ? $job->getCompanyprofile->company_name : 'Not updated'}},
Skill : {{ HireMeeHelper::JobSkills($job->skills()->pluck('skill_id')->toArray()) }}
Job Location :
No of Openings : @if( $job['numberofpostion'] !=0) @else @endif
Gender Preference : @php $genders = HireMeeHelper::JobGenders(); @endphp

Qualification

@if(!is_null($job['qualcationDetails'])) @if($job['course_type'] == 8) @else @foreach($job['qualcationDetails'] as $qualcation) @endforeach @endif @else @endif
@if(count($job->addtionalSkills)>0)
@foreach($job->addtionalSkills as $add_skills) @endforeach
@endif

Complete Job Description

{!! $job['description'] ?? "-" !!}

Language Known

@if(count($job->languageDetails) == 0 )
@else @php $proficiency = ['1'=>'Expert','2'=>'Advanced','3'=>'Intermediate']; @endphp @foreach($job->languageDetails as $lang)
@if($lang->speak) @endif @if($lang->read) @endif @if($lang->write) @endif
@endforeach @endif

Other Details

@php $salary_type = HireMeeHelper::JobSalary(); @endphp @if(!empty($salary_type[$job['salary_type']]))
@if(number_format($job['salary_from']) !=0 && number_format($job['salary_to']) !=0) @else @endif
@endif @php $other_requirements = explode(",",$job['other_requirements']); $serial_num = 1; @endphp @if(!empty($other_requirements))
@endif

Interview Details

From
{{$job['start_date'] ?? "-"}}
To
{{$job['end_date'] ?? "-"}}
@if(!empty($job['start_time']))
From
{{$job['start_time'] ?? "Not Mentioned"}}
To
{{$job['to_time'] ?? "Not Mentioned"}}
@else
Not Mentioned
@endif
@php if(!is_null($job['interview_slots'])){ $days = [ 1 => 'Monday', 2 => 'Tuesday', 3 => 'Wednesday', 4 => 'Thursday', 5 => 'Friday', 6 => 'Saturday', 7 => 'Sunday', 8 => '', ]; $slot_days = explode(",",$job['interview_slots']); } @endphp
@if(!empty($company_video->resourceurl)) @endif @foreach($socialmedia_details as $key => $details)   @endforeach
@include('partials.job-disclaimer')
@include('candidate.top-recruiters')
@endsection @section('footer') @endsection