{{-- Toggle sidebar (mobile) --}}
Manajemen Posisi
Daftar Posisi
Total: {{ $positions->total() }} posisi| No | Posisi | Tipe & Gaji | Aplikasi | Status | Tanggal | Aksi |
|---|---|---|---|---|---|---|
| {{ $positions->firstItem() + $index }} |
{{ $position->position_name }}
{{ $position->department }}
@if($position->location)
{{ $position->location }}
@endif
|
{{ $position->employment_type_label }}
{{ $position->salary_range }}
|
Total:
{{ $position->total_applications_count }}
Proses:
{{ $position->active_applications_count }}
|
@if($position->is_active == 1) Aktif @else Tutup @endif |
@if($position->posted_date)
Posted: {{ $position->posted_date->format('d M Y') }}
@endif
@if($position->closing_date)
Tutup: {{ $position->closing_date->format('d M Y') }}
@if($position->closing_date->isPast())
(Lewat)
@endif
@endif
|
|
|
Tidak ada posisi yang tersedia @if(request()->hasAny(['search','department','status','employment_type'])) Coba ubah filter pencarian Anda @endif |
||||||
@forelse($positions as $index => $position)
@if($position->posted_date || $position->closing_date)
@endif
@empty
@endforelse
{{-- Pagination --}}
@if ($positions->hasPages())
{{ $position->position_name }}
{{ $position->department }}
@if($position->location)
{{ $position->location }}
@endif
{{-- Tombol langsung ke Detail (mobile UX) --}}
Detail
Tipe
{{ $position->employment_type_label }}
Gaji
{{ $position->salary_range }}
Aplikasi
{{ $position->total_applications_count }}
({{ $position->active_applications_count }} aktif)
Status
@if($position->is_active == 1)
Aktif
@else
Tutup
@endif
Tanggal
@if($position->posted_date)
Posted: {{ $position->posted_date->format('d M Y') }}
@endif
@if($position->closing_date)
Tutup: {{ $position->closing_date->format('d M Y') }}
@if($position->closing_date->isPast())
(Lewat)
@endif
@endif
Tidak ada posisi yang tersedia
@if(request()->hasAny(['search','department','status','employment_type'])) Coba ubah filter pencarian Anda @endif
Menampilkan {{ $positions->firstItem() ?? 0 }} - {{ $positions->lastItem() ?? 0 }}
dari {{ $positions->total() }} hasil
Halaman {{ $positions->currentPage() }} dari {{ $positions->lastPage() }}
-
@if ($positions->onFirstPage())
- ‹ @else
- ‹ @endif @foreach ($positions->links()->elements[0] as $page => $url) @if ($page == $positions->currentPage())
- {{ $page }} @else
- {{ $page }} @endif @endforeach @if ($positions->hasMorePages())
- › @else
- › @endif