@extends('layouts.front-page-custom-tab') @section('pageTitle', 'HireMee Jobs')
@forelse($jobs as $job)
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) !!}...
View & Apply
@empty

No Records Found

Sorry! We can't find any records matching your criteria
@endforelse
@if($jobs->hasMorePages()) @endif