{{ $job['job_title'] }}
@php if(empty($job->getCompanyprofile())){ @endphp {{ "Not Updated" }} @php } else{ @endphp getCompanyprofile->company_name)) }}">{{$job->getCompanyprofile->company_name ?? "Not Updated"}} @php } @endphp
@php $location = App\Helper\HireMeeRevampHelper::JobLocationsCitywiseArray($job->locations()->pluck('loc_id')->toArray());
$location = implode(", ",array_map('trim', $location));
@endphp
{{ !empty($location)?$location : 'Not Updated' }}
Posted: @php echo HireMeeHelper::timeElapsedString($job['created_at']);@endphp
No. Of Positions: {{ $job['numberofpostion'] ?? "Not Updated" }}
Job Description
-
{!! (ucfirst($job->description)) !!}
- Work location : {{ !empty($location)?$location : 'Not Updated' }}
- Job Requirements :{{ $job['numberofpostion'] ?? "Not Updated" }}
- Educational Qualification : {{ $job->coursetype->name ?? "Not Updated" }} @if(!empty($other_requirements)) Additional Information : @foreach($other_requirements as $requirements) @if(!empty($requirements))
- {{ $serial_num++ }}. {{ $requirements }} @else Not Updated @endif @endforeach @endif
Other Details
- Weekly Working Days: {{ $job['job_working_days'] ?? "Not Updated" }}
- OFF Days Comment: {{ $job['job_working_off'] ?? "Not Updated" }}
- Salary Type: @if(!is_null($job['salary_type'])) @if($job['salary_type'] == 1) Annual CTC @else Monthly CTC @endif @else Not Updated @endif
- Salary : @if(!is_null($job['salary_from'])) {{ $job['salary_from'] ?? "Not Updated"}} - {{ $job['salary_to'] ?? "Not Updated"}} @else Not Updated @endif
Other Description
- Role: {{ $job['designation'] ?? "Not Updated" }} @php $industry_type = $job['category']->industry_name ?? 'Not Updated'; if($job->getCompanyprofile->company_name == "Others"){ $industry_type = $role_category = 'Others'; } @endphp
- Industry Type: {{ $industry_type}}
- Employment Type: {{$job->emptype->type_name ?? "Not Updated"}}
- Role Category: {{ $industry_type }}
Education
@if(!is_null($job['qualcationDetails']) && count($job['qualcationDetails']) != 0 )
@foreach($job['qualcationDetails'] as $qualification)
- {{ $qualification->degree->name ?? "Any Degree" }}
- {{ $qualification->specialization->specialization ?? "Any Specialization"}}
Key Skills
About Company
{{(!empty($job->getCompanyprofile->about_summery)?$job->getCompanyprofile->about_summery:"Not Updated")}}
Company Info
- Address : {{$job->getCompanyprofile->comm_address}}