@extends('front.layout.app') @section('content')

Careers

We’re hiring!

We’re looking for talented people

Our philosophy is simple — hire a team of passionate people and foster a culture that empowers you to do your best work.

APPLICATION
@foreach($applications as $application)

{{$application->job_title ?? ''}}

{{$application->address ?? ''}}

{{$application->type ?? ''}}

View job
@endforeach
@endsection