{{ $fv->location ? Str::limit($fv->location, 24) : ucfirst($fv->employment_type ?? '') }}
{{ $pageVacanciesIntro }}
Filter by department, employment type, or location to find the right opening.
{{ Str::limit(strip_tags($vacancy->description), 220) }}
@endif @if($vacancy->requirements){{ Str::limit(strip_tags($vacancy->requirements), 120) }}
@endif@if(request()->hasAny(['department', 'type', 'location'])) Try clearing filters or checking another department. @else There are no open roles right now—please check back soon. @endif
@if(request()->hasAny(['department', 'type', 'location'])) Clear filters @endif
{{ $ctaCareersBody ?? '' }}