@extends('layouts.app') @section('title', 'Tuyển dụng - LVT Global') @section('description', 'Khám phá cơ hội nghề nghiệp tại LVT Global. Chúng tôi đang tìm kiếm những tài năng xuất sắc để cùng phát triển.') @section('content')

Cơ hội nghề nghiệp

Gia nhập đội ngũ LVT Global và cùng chúng tôi tạo ra những sản phẩm công nghệ tuyệt vời

{{ $jobPositions->total() }} vị trí

{{ $departments->count() }} phòng ban

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

{{ $position->title }}

{{ $position->department }}
{{ $position->location }}
@if($position->is_featured) Nổi bật @endif
{{ $position->employment_type_label }}
{{ $position->experience_level_label }}
{{ $position->formatted_salary }}

{{ Str::limit(strip_tags($position->description), 120) }}

{{ $position->applicants_count }} ứng viên
@if($position->application_deadline)
Hạn nộp: {{ $position->application_deadline->format('d/m/Y') }}
@endif
@endforeach
{{ $jobPositions->links() }}
@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

Xem tất cả vị trí
@endif
@endsection