@extends('layouts.app') @section('content')

Movex Nigeria Careers

Open roles for the HR recruitment pipeline.

Staff Login
@include('layouts.flash') @forelse($jobs as $job)

{{ $job->title }}

{{ $job->department?->name ?? 'General' }} • {{ str_replace('_',' ',ucfirst($job->employment_type)) }} • {{ $job->location }}

Apply
@empty
No open roles right now.
@endforelse
@endsection