{{-- Success Message --}} @if (session('success')) @endif {{-- Error Message --}} @if ($errors->any())
@endif
Join Our Team

Exciting Career Opportunities

Explore current openings and take the next step in your career with us. We value creativity, passion, and dedication — your journey starts here!

@forelse ($vacancy as $job)
{{ $job->job_type ?? 'N/A' }} @if($job->img) {{ $job->title }} @else No Image @endif

{{ $job->title }}

  • Location: {{ $job->location }}
  • Due Date / Status: @if($job->application_due_date) {{ \Carbon\Carbon::parse($job->application_due_date)->format('d M Y') }} @else {{ ucfirst($job->status ?? 'N/A') }} @endif
  • Salary: {{ $job->salary ?? 'Not Disclosed' }}

{{ Str::limit($job->description, 120) }}

Edit
@csrf @method('DELETE')
@empty

No current openings available.

@endforelse