dbfdg @php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::settingsById($job->created_by); $color = !empty($setting['color']) ? $setting['color'] : 'theme-3'; if(isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metsdesc = isset($getseo['meta_desc']) ? $getseo['meta_desc'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $get_cookie = \App\Models\Utility::getCookieSetting(); @endphp {{ !empty($companySettings['header_text']) ? $companySettings['header_text']->value : config('app.name', 'ERPGO SaaS') }} - {{ __('Career') }} @if (isset($setting['SITE_RTL']) && $setting['SITE_RTL'] == 'on') @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif @if (isset($setting['SITE_RTL']) && $setting['SITE_RTL'] != 'on' && isset($setting['cust_darklayout']) && $setting['cust_darklayout'] != 'on') @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..') }}

{{ $job->title }}

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

{{ !empty($job->branches) ? $job->branches->name : '' }}

@endif {{ __('Apply now') }}

{{ __('Requirements') }}

{!! $job->requirement !!}


{{ __('Description') }}


{!! $job->description !!}
@if ($get_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif