{{ $position->position_name }}

{{ $position->department }}

{{ $position->employment_type_label }} {{ $position->status_label }}

Gaji

{{ $position->salary_range }}

Informasi Posisi

Departemen
{{ $position->department }}
@if($position->location)
Lokasi
{{ $position->location }}
@endif
Tipe Pekerjaan
{{ $position->employment_type_label }}
@if($position->closing_date)
Batas Lamaran
{{ $position->closing_date->format('d F Y') }}
@endif
@if($position->description)

Deskripsi Pekerjaan

{!! nl2br(e($position->description)) !!}
@endif @if($position->requirements)

Persyaratan

@php $requirements = explode("\n", $position->requirements); $requirements = array_filter(array_map('trim', $requirements)); @endphp @if(count($requirements) > 1)
    @foreach($requirements as $requirement) @if(!empty($requirement))
  • {{ $requirement }}
  • @endif @endforeach
@else
{!! nl2br(e($position->requirements)) !!}
@endif
@endif

Tertarik dengan posisi ini?

@if($position->canAcceptApplications())

Kirimkan lamaran Anda sekarang dan bergabunglah dengan tim kami!

Lamar Sekarang @else
Posisi ini sudah ditutup
@endif Lihat Lowongan Lain

Lowongan Lainnya