@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())}}
@if($current_openings->checkjob !=null) Job applied @else Apply @endif
{{ $current_openings->getCompanyprofile ? $current_openings->getCompanyprofile->company_name : 'Not updated' }}
{{$current_openings->qualification ?? ""}}
@if($current_openings['numberofpostion'] !=0) @else @endif
@if($current_openings->start_time != NULL && $current_openings->to_time != NULL) {{$current_openings->start_time ?? ""}} to {{$current_openings->to_time ?? ""}} @else Not Mentioned @endif
@php $locations = HireMeeHelper::JobLocations($current_openings->locations()->pluck('loc_id')->toArray()); @endphp @if(!empty($locations))
{{ HireMeeHelper::JobLocations($current_openings->locations()->pluck('loc_id')->toArray()) }}
@endif
@foreach($current_openings->addressDetails as $key => $address) @if($key ==0) {{$address->address}}... @endif @endforeach
{!! substr(ucfirst(strip_tags($current_openings->description)),0,100) !!}...
@empty

No Records Found

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