@extends('admin.layouts.app') @section('title', 'Job Positions') @section('page-title', 'Quản lý Vị trí Tuyển dụng') @section('content')
| Vị trí | Phòng ban | Loại hình | Lương | Ứng viên | Trạng thái | Nổi bật | Thao tác |
|---|---|---|---|---|---|---|---|
|
{{ $position->title }}
{{ $position->location }}
{{ $position->experience_level_label }}
|
{{ $position->department }} | {{ $position->employment_type_label }} | {{ $position->formatted_salary }} |
{{ $position->applicants_count }}
@if ($position->max_applications)
/ {{ $position->max_applications }}
@endif
|
{{ ucfirst($position->status) }} | ||
| Không có vị trí tuyển dụng nào. | |||||||
Không có vị trí tuyển dụng nào.