@forelse($get_current_openings as $current_openings)
@if(!empty($current_openings->corporate->companyLogo)) @else @endif

{{ empty($current_openings->job_title) ? "" : ucwords($current_openings->job_title) }}

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

Skills:
{{ HireMeeHelper::JobSkills($current_openings->skills()->pluck('skill_id')->toArray())}}

Last date to apply: {{ Carbon\Carbon::parse($current_openings->last_date)->format('dS M Y') }}

@if($current_openings->checkjob !=null) Job applied @else @endif

{{ $current_openings->getCompanyprofile ? $current_openings->getCompanyprofile->company_name : 'Not Mentioned' }}

{{$current_openings->qualification ?? ""}}

@if($current_openings['numberofpostion'] !=0) {{ $current_openings['numberofpostion'] }} @else Not Mentioned @endif

{{ HireMeeHelper::JobLocations($current_openings->locations()->pluck('loc_id')->toArray()) }}.

{!! substr(ucfirst(strip_tags($current_openings->description)),0,100) !!}

@empty

No Records Found

Sorry! We cannot find any records matching your search criteria
@endforelse