@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->title ?? ''}}

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

{{\Illuminate\Support\Str::limit($application->description, 100) ?? ''}}

View job
@endforeach
@endsection