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

{{ ucwords($job['job_title']) }}

@if(Request::get('view')) @endif

{{ $job['category']->industry_name ?? "Not Updated"}}
Skill : {{ HireMeeHelper::JobSkills($job->skills()->pluck('skill_id')->toArray()) }}
Job Location :
No of Openings :
Gender Preference : @php $genders = HireMeeHelper::JobGenders(); @endphp
@if($job->interview_process == 1) Start Date : {{ $job->start_date }} End Date : {{ $job->end_date }} @elseif($job->interview_process == 2) Last Date : {{ $job->last_date }}. @else Campus Drive Date : {{ $job->assessment_date }}. @endif

Qualification

@if(!is_null($job['qualcationDetails'])) @foreach($job['qualcationDetails'] as $qualcation) @endforeach @else @endif
@forelse($job->addtionalSkills as $add_skills) @empty @endforelse

Complete Job Description

{!! $job['description'] !!}
@if(!is_null($job->languageDetails))

Language Known

@endif
@if(!is_null($job->languageDetails)) @php $proficiency = ['1'=>'Expert','2'=>'Advanced','3'=>'Intermediate']; @endphp @forelse($job->languageDetails as $lang)
@if($lang->speak) @endif @if($lang->read) @endif @if($lang->write) @endif
@empty
@endforelse @endif
@php $other_requirements = explode(",",$job['other_requirements']); $serial_num = 1; @endphp @if(!empty($other_requirements) || $job->interview_process==1)

Other Details

@if(!empty($job['other_requirements']))

@foreach($other_requirements as $requirements) @if($requirements) {{ $serial_num++ }}. {{ $requirements }} @endif
@endforeach

@endif
@endif @if($job->interview_process==1 || $job->interview_process==3)

@if($job->interview_process==3) Campus Details @else Walkin Details @endif

@if($job->interview_process==1 || $job->interview_process==3)
@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($job->interview_process==1)
@endif @if($job->interview_process==1)
@endif @endif
@endif
@if(!empty($company_video->resourceurl)) @endif @foreach($socialmedia_details as $key => $details)   @endforeach
@include('partials.job-disclaimer')
@include('candidate.top-recruiters')
@endsection