{{ __('Careers') }}

{{ __('Job openings') }}

{{ __('Work there. Find the dream job you’ve always wanted..') }}

{{ __('We help businesses grow') }}

{{ __('Always looking for better ways to do things, innovate and help people achieve their goals.') }}

@foreach ($jobs as $job) @endforeach
{{ $job->position }}
@foreach (explode(',', $job->skill) as $skill) {{ $skill }} @endforeach {{!empty($job->branches)?$job->branches->name:'-'}}