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

Shape the Future.
Build Yours .

Join IRQS to grow your career while making a real impact. Shape a smarter, safer future—starting with yours.

line-img
Our Employment Philosophy

Empowering People,
Driving Progress

At IRCLASS - IRQS, we see our people as the driving force behind our success. We foster a workplace where learning is constant, creativity is encouraged, and every role contributes to a larger purpose. By nurturing talent and promoting growth, we empower individuals to lead with confidence and impact.

Here, your ideas matter and your journey is valued. Together, we build a culture of trust, respect, and excellence.

line-img
Life @ IRCLASS - IRQS

Working here isn’t just about the job—it’s about purpose.

Join a culture built on collaboration, continuous learning, and shared success. We take pride in empowering employees through meaningful work, team camaraderie, and a workplace that values every voice.

Square
Square
Portrait
Landscape
Square
Square
line-img
VOICES OF IRCLASS - IRQS

Team voices. Growth,
purpose, and pride.

Quote Icon
IRCLASS has given me the space to grow professionally and personally. I've worked on diverse projects and learned something new every day.
Quote Icon
The culture here is inclusive and empowering. I've always felt heard and supported.
Quote Icon
IRCLASS has given me the space to grow professionally and personally. I've worked on diverse projects and learned something new every day.
Quote Icon
The culture here is inclusive and empowering. I've always felt heard and supported.
@if(isset($jobOpenings) && $jobOpenings->count() > 0)
line-img
Current Openings

Find the role that
fits you.

Explore exciting opportunities across departments and locations. Whether you're starting out or looking to advance, IRQS offers roles that challenge, inspire and reward.

Professional woman representing job opportunities
@foreach($jobOpenings as $job)
{{ $job->title }} {{ $job->location }} | {{ $job->experience_required }}
@if($job->short_description)

{{ $job->short_description }}

@endif @if($job->requirement) Requirement
    @foreach(explode("\n", $job->requirement) as $req) @if(trim($req))
  • {{ trim($req) }}
  • @endif @endforeach
@endif
@endforeach
@endif @if (isset($jobOpenings) && $jobOpenings->count() > 0)
line-img
Upload Your Resume

Share Your,
Profile With Us

We're always open to great talent. Upload your resume and we'll be in touch when a suitable role becomes available.

Fill the form

@csrf
@if ($errors->any()) @endif @if (session('success')) @endif
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('what_youre_looking_for') {{ $message }} @enderror
@error('resume') {{ $message }} @enderror
@endif @include('components.request-quote-button') {{-- Include enquiry form modal for Career page --}} @include('components.enquiry-form-wrapper', ['pageSource' => 'career', 'formType' => 'enquiry'])
@endsection