@forelse($get_current_openings as $current_openings)
@else
@endif
{{ empty($current_openings->job_title) ? "" : ucwords($current_openings->job_title) }}
{{ $current_openings['category']->industry_name ?? "Not Updated"}}
Last date to apply: {{ Carbon\Carbon::parse($current_openings->last_date)->format('dS M Y') }}
{{ $current_openings->getCompanyprofile ? $current_openings->getCompanyprofile->company_name : 'Not Mentioned' }}
{{$current_openings->qualification ?? ""}}
{{ HireMeeHelper::JobLocations($current_openings->locations()->pluck('loc_id')->toArray()) }}.
{!! substr(ucfirst(strip_tags($current_openings->description)),0,100) !!}