@extends('layouts.app') @section('title', is_locale_en() ? 'Careers' : 'Karir') @section('content')
{{ is_locale_en() ? 'Join Our Team' : 'Bergabunglah' }}

{{ is_locale_en() ? 'Careers' : 'Karir' }} {{ is_locale_en() ? 'at Crius' : 'di Crius' }}

{{ is_locale_en() ? 'Join a team of dedicated professionals in the compressor industry.' : 'Bergabunglah dengan tim profesional yang berdedikasi di industri kompresor.' }}

{{ is_locale_en() ? 'Open Positions' : 'Lowongan Tersedia' }}

{{ is_locale_en() ? 'Current' : 'Lowongan' }} {{ is_locale_en() ? 'Openings' : 'Terbaru' }}

@if($careers->count() > 0)
@foreach($careers as $career)

{{ $career->{locale_field('title')} }}

📍 {{ $career->location ?? '-' }} 🏢 {{ $career->{locale_field('department')} }} ⏰ {{ ucfirst($career->type) }} @if($career->salary_range) 💰 {{ $career->salary_range }} @endif

{{ Str::limit(strip_tags($career->{locale_field('description')}), 200) }}

@if($career->expired_at) {{ is_locale_en() ? 'Apply before' : 'Batas lamaran' }}: {{ $career->expired_at->format('d M Y') }} @endif {{ is_locale_en() ? 'Apply Now' : 'Lamar Sekarang' }} →
@endforeach
@else
🔍

{{ is_locale_en() ? 'No Openings' : 'Belum Ada Lowongan' }}

{{ is_locale_en() ? 'We don\'t have any open positions right now, but we\'re always looking for talented people. Send us your CV!' : 'Saat ini belum ada lowongan, tapi kami selalu mencari orang berbakat. Kirimkan CV Anda!' }}

{{ is_locale_en() ? 'Send Spontaneous Application' : 'Kirim Lamaran Spontan' }}
@endif
{{ is_locale_en() ? 'Why Join Us' : 'Mengapa Bergabung' }}

{{ is_locale_en() ? 'Work' : 'Bekerja' }} {{ is_locale_en() ? 'at Crius' : 'di Crius' }}

🚀

{{ is_locale_en() ? 'Growth' : 'Bertumbuh' }}

{{ is_locale_en() ? 'Career development and training opportunities.' : 'Pengembangan karir dan pelatihan.' }}

🤝

{{ is_locale_en() ? 'Team' : 'Tim' }}

{{ is_locale_en() ? 'Collaborative and supportive work environment.' : 'Lingkungan kerja kolaboratif.' }}

🎯

{{ is_locale_en() ? 'Impact' : 'Dampak' }}

{{ is_locale_en() ? 'Make a real impact in the industrial sector.' : 'Buat dampak nyata di sektor industri.' }}

@endsection