@extends('layouts.app') @section('title', 'Careers') @section('content')

Join Our Team

Explore exciting career opportunities and grow with us

Current Openings

We're always looking for talented people to join our team. Check out our current openings below.

@if($jobPostings->count() > 0)
@foreach($jobPostings as $job)
{{ $job->employment_type }} @if($job->closing_date) Closes: {{ $job->closing_date->format('M d, Y') }} @endif

{{ $job->title }}

{{ $job->department }}
{{ $job->location }}
@if($job->salary_range)
{{ $job->salary_range }}
@endif

{!! \Illuminate\Support\Str::limit(strip_tags($job->description), 150) !!}

View Details
@endforeach
@else

No Open Positions

There are no job openings at the moment. Please check back later.

@endif

Why Join Us

We offer a dynamic work environment where you can grow and make a difference.

Collaborative Culture

Work with a team of passionate professionals who support and inspire each other.

Growth Opportunities

We invest in our team's development with training, mentorship, and career advancement.

Work-Life Balance

We value our team's well-being with flexible schedules and a supportive environment.

Ready to Take the Next Step?

Join our team and help us make a difference in the financial consulting industry.

View Current Openings
@endsection