@extends('layouts.site') @section('content') @include('frontend.common.breadcrumb')

Join Our Team

Be part of a mission-driven organization making a real difference in communities across Bangladesh. We offer competitive benefits, professional development opportunities, and a supportive work environment.

Competitive Salary
Professional Development
Health Benefits
Work-Life Balance
Our Team

Current Openings

{{ $careers->count() }} Positions Available
@forelse($careers as $job)

{{ $job->title }}

{{ str_replace('-', ' ', $job->type) }}

{{ $job->location ?? 'Remote' }}

{{ $job->experience ?? 'Any' }}

{{ $job->created_at->diffForHumans() }}

@if ($job->deadline)

{{ $job->deadline->format('d M, Y') }}

@endif

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

{{-- Specific Apply Link or Modal --}} Apply Now @if ($job->pdf) View Details @endif
@empty
No active job openings available right now.
@endforelse

Application Process

1
Browse Openings

Review current job opportunities

2
Submit Application

Fill out online form with CV

3
Initial Screening

HR reviews applications

4
Interview

Meet with hiring team

5
Offer

Receive job offer

@endsection