Preview Job Post

This is a preview of what your job post will look like to job seekers, which includes details about your job such as company size and location, as well as information about when you created your Hiremee profile. Candidates will answer screening questions when they apply.


@php $image = (isset($corporate_details->companyProfile)) ? \HireMeeHelper::getAWSImageUrl($corporate_details->companyProfile->s3_id,config('filesystems.disks.comp1.bucket'),'comp1') : ''; @endphp @if($image != '') Company Logo @else free job @endif

{{$job_details->job_title ?? '--' }}

{{ $job_details->getCompanyprofile->company_name }}

{{$job_location ?? '--'}}

No. Of Positions: {{$job_details->numberofpostion ?? '--' }}

Description {!! ucfirst($job_details->description) !!}

  • Work location : {{ !empty($job_location)?$job_location : 'Not Updated' }}
  • Work Mode : {{ $job_type_details->getWorkTypes->name ?? "Not Updated" }}
  • Job Requirements : {{ $job_details->numberofpostion ?? "Not Updated" }}
  • Educational Qualification : {{ $job_details->coursetype->name ?? "Not Updated" }}
@php $other_requirements = explode(",",$job_details['other_requirements']); $serial_num = 1; @endphp @if(!empty($job_details['other_requirements']))

Additional Information

    @foreach($other_requirements as $requirements)
  • @if(!empty($requirements)) {{ $requirements }} @else Not Updated @endif
  • @endforeach
@endif @foreach($walkin_address->where('interview_process',1) as $key=>$address)

Walk-In Details

@foreach($address->pocDetails as $key => $poc)
  • Contact Name: {{ $poc->poc_name ?? "Not Updated" }}
  • Contact Number: {{ $poc->poc_contact ?? "Not Updated"}}
@endforeach
@foreach($address->addressDetails as $key => $address)
  • Address:
  • {{ $address->address ?? "Not Updated"}}
  • City: {{ $address->cityDetails->district ?? "Not Updated"}}
  • State: {{ $address->stateDetails->name ?? "Not Updated"}}
@endforeach
@endforeach @foreach($campus_details->where('interview_process',3) as $key=>$campus_details)

Campus Details

  • College Name:{{$campus_details->college_name ?? "Not Updated"}}
  • Interview Date:{{Carbon\Carbon::parse($campus_details->assessment_date)->format('d-m-Y') ?? "Not Updated" }}
@endforeach

Other Details

  • Weekly Working Days: {{ $job_details->job_working_days ?? "Not Updated" }}
  • OFF Days Comment: {{ $job_details->job_working_off ?? "Not Updated" }}
  • Salary Type: @if(!is_null($job_details->salary_type)) @if($job_details->salary_type == 1) Annual CTC @else Monthly CTC @endif @else Not Updated @endif
  • Salary: @if(!is_null($job_details->salary_type) && !is_null($job_details->salary_from) && !is_null($job_details->salary_to)) {{$job_details->salary_from}} - {{$job_details->salary_to}} @else Not updated @endif

Other Description

@php $industry_type = $job_details->category->industry_name ?? 'Not Updated'; if($job_details->getCompanyprofile->company_name == "Others"){ $industry_type = $role_category = 'Others'; } @endphp
  • Industry Type: {{ $industry_type}}
  • Employment Type: {{$job_details->emptype->type_name ?? "Not Updated"}}
  • Role Category: {{ $industry_type }}

Education

    @if($job_details->course_type == 8)
  • Any Degree
  • @else @if(!is_null($job_details->qualcationDetails) && count($job_details->qualcationDetails) != 0 ) @foreach($job_details->qualcationDetails as $qualification)
  • {{ $qualification->degree->name ?? "Any Degree" }}
  • {{ $qualification->specialization->specialization ?? "Any Specialization"}}
  • @endforeach @endif @endif

Key Skills

    @if(!empty($job_details->allskills())) @php $skills = HireMeeHelper::JobSkills($job_details->allskills()->pluck('skill_id')->toArray()); $skills = explode(',', $skills); @endphp @foreach($skills as $skill)
  • {{ $skill }}
  • @endforeach @else
  • Not Updated
  • @endif

Posted by
@php $image = (isset($corporate_details->companyProfile)) ? \HireMeeHelper::getAWSImageUrl($corporate_details->companyProfile->s3_id,config('filesystems.disks.comp1.bucket'),'comp1') : ''; @endphp @if($image != '') Company Logo @else free job @endif

{{$corporate_details->companyUser->company_name ?? '--' }}

{{$corporate_details->companyUser->spoc_name ?? '--' }}