@if ($jobPositions->count() > 0) @foreach ($jobPositions as $position)
{{ $position->department }}

{{ $position->title }}

{{-- Row 1: Location | Employment Type --}}
{{ $position->location }}
{{ $position->employment_type_label }}
{{-- Row 2: Experience Level | Salary --}}
{{ $position->experience_level_label }}
{{ $position->formatted_salary }}
@if ($position->is_featured)
Nổi bật
@endif

{!! strip_tags($position->description) !!}

{{ $position->applicants_count }} ứng viên
@if ($position->application_deadline)
Hạn nộp: {{ $position->application_deadline->format('d/m/Y') }}
@endif Ứng tuyển ngay
@endforeach @else

Không tìm thấy vị trí nào

Hãy thử thay đổi bộ lọc tìm kiếm của bạn

@endif