@extends('layouts.app') @section('title', 'Careers') @section('content')

Join Our Team

Discover exciting career opportunities and be part of our mission to create innovative products.

Open Positions ({{ $jobs->count() }})

@forelse ($jobs as $job)

{{ $job->title }}

{{ $job->location }} - {{ $job->department }} - {{ $job->type }}

{{ \Illuminate\Support\Str::limit($job->description, 160) }}

Lihat Detail
@empty

Belum ada lowongan aktif.

@endforelse
@endsection