@forelse($jobsappications as $application) @php $job = $application; @endphp
@if(!is_null($job->corporate->companyLogo)) {{ $job->corporate->company_name }} @else {{ $job->corporate->company_name }} @endif

{{ ucwords($job->job_title) }} @if($job->is_post_completed < 4)Draft@endif

{{ $job['category']->industry_name ?? " Not Updated"}}

@php $skills = HireMeeHelper::JobSkills($job->skills()->pluck('skill_id')->toArray()); @endphp
Skills:
@if(!empty($skills))
{{ $skills }}
@else Not Updated @endif
Applied candidates
{{ $job->getCompanyprofile ? $job->getCompanyprofile->company_name : 'Not updated' }}
{{ $job['qualification'] }}
@if($job['numberofpostion'] !=0 || $job['numberofpostion'] != NULL) @else @endif
@php $locations = HireMeeHelper::JobLocations($job->locations()->pluck('loc_id')->toArray()); @endphp
{!! substr(ucfirst(strip_tags($job->description)),0,100) !!}
@empty

No Records Found

Sorry! We can't find any records matching your criteria
@endforelse {{--@if($jobsappications->hasMorePages())--}}
Load more...
{{--@endif--}}