JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@php $company_favicon = \App\Models\Utility::getValByName('company_favicon'); // $logo = asset(Storage::url('uploads/logo/')); $logo = \App\Models\Utility::get_file('uploads/logo'); $company_logo = \App\Models\Utility::GetLogo(); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $language = \App\Models\Utility::getValByName('default_language'); $setting = \App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $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'); $lang = \App::getLocale('lang'); if ($lang == 'ar' || $lang == 'he') { $SITE_RTL = 'on'; } elseif($SITE_RTL == 'on') { $SITE_RTL = 'on'; } else { $SITE_RTL = 'off'; } if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'HRMGo SaaS') }} - @yield('page-title') {{-- --}} @if ($setting['cust_darklayout'] == 'on') @if (isset($SITE_RTL) && $SITE_RTL == 'on') @endif @else @if (isset($SITE_RTL) && $SITE_RTL == 'on') @else @endif @endif @if (isset($SITE_RTL) && $SITE_RTL == 'on') @else @endif @if ($setting['cust_darklayout'] == 'on') @endif
@if (strpos($themeColor, 'theme') === 0) @else @endif
@yield('content')
{{-- Dark Mode ReCaptcha --}} {{-- @if (\App\Models\Utility::getValByName('cust_darklayout') == 'on') @endif --}} {{-- --}} @stack('script') @stack('custom-scripts') @if ($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif