JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ !empty($companySettings['title_text']) ? $companySettings['title_text']->value : config('app.name', 'HRMGo SaaS') }} - {{ __('Career') }} @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif

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

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

@php $totaljob = \App\Models\Job::where('created_by', '=', $id)->count(); @endphp

+{{ $totaljob }} {{ __('Job openings') }}

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

@foreach ($jobs as $job)
@if (!empty($job->branches) ? $job->branches->name : '') {{ !empty($job->branches) ? $job->branches->name : '' }} @endif
{{ $job->title }}
{{ $job->position }} {{ __('position available') }}
@foreach (explode(',', $job->skill) as $skill) {{ $skill }} @endforeach
{{ __('Read more') }}
@endforeach
@stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif