@extends('layout.layout') @section('title', 'Perekrutan') @include('components.navbar') @section('body')
{{-- Section Header --}}
Grow With Us

Perekrutan HIMASI

Jadilah bagian dari agen perubahan. Temukan departemen yang sesuai dengan passion-mu dan mari berkontribusi bersama.

{{-- Recruitment Cards Grid --}}
@foreach ($recruitmentList as $item) @endforeach
{{-- Empty State --}} @if($recruitmentList->isEmpty())
📢

Pendaftaran Belum Dibuka

Pantau terus sosial media kami untuk info perekrutan mendatang.

@endif
@include('components.footer') @endsection