Company Name:
{{ !empty($job->getCompanyprofile)?$job->getCompanyprofile->company_name :'' }}
Qualification:
{{ $job['qualification'] }}
No. of Position:
@if($job['numberofpostion'] !=0)
{{ $job['numberofpostion'] }}
@else
Not Mentioned
@endif
@php $locations = HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()); @endphp
Location:
@if(!empty($locations))
{{ HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()) }}
@else
Not Updated
@endif
Job Description:
{!! substr(ucfirst(strip_tags($job->description)),0,100) !!}...