@extends('layouts.front.app') @section('meta') Careers | {{ env('APP_NAME') }} @stop @section('css') @endsection @section('content')
@php $careers = App\Models\Career::all(); $careers_local = App\Models\Career::where('type', 'local')->where('active', 1)->get(); $careers_international = App\Models\Career::where('type', 'international')->get(); @endphp

Join Us and Be Part of Something Great


At Quanta Philippines ROHQ, we connect local talent to world-class projects in energy, infrastructure, and technology.
We’ are a team that values collaboration, innovation, and excellence — where every individual’s contribution makes a global impact.
If you’re ready to grow your career with a company that invests in people and their potential, explore our current opportunities below or send your CV directly to our team.

People and Culture

Direct Line

(+632) 8635 6692 Loc. 104

Careers Local
@if (count($careers_local) == 0) @endif @foreach ($careers_local as $career) @endforeach
Job Description Department Location Actions
No available careers for local
{{ $career->title }} {{ $career->department }} {{ $career->location }}
@if (session('success')) @endif @endsection @section('js') @endsection