@extends('layouts.master') @section('title', 'Careers | Setara Group') @push('styles') @endpush @section('content')
{{ $header->subtitle ?? 'Join Our Team' }}

{!! $header ? str_replace(['Career Path'], ['Career Path'], e($header->title)) : 'Your Career Path Begins Here' !!}

{{ $header->description ?? "Be part of a legacy that values innovation, craftsmanship, and global impact. Build your future with Bangladesh's leading industrial group." }}

@if($features->count() > 0)
@foreach($features as $feature)

{{ $feature->title }}

{{ $feature->description }}

@endforeach
@endif

Open Positions

Explore current opportunities across our diverse business units.

@if(session('success'))
{{ session('success') }}
@endif
@forelse($jobs as $job)

{{ $job->title }}

{{ $job->location }} Deadline: {{ \Carbon\Carbon::parse($job->deadline)->format('M d, Y') }}
@empty

No open positions at the moment. Please check back later.

@endforelse
@endsection @push('scripts') @endpush