@php $logo = asset(Storage::url('uploads/logo/')); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $seo_setting = App\Models\Utility::getSeoSetting(); $SITE_RTL = env('SITE_RTL'); $setting = \App\Models\Utility::colorset(); $settings = \App\Models\Utility::settings(); $color = !empty($settings['color']) ? $settings['color'] : 'theme-3'; if (isset($settings['color_flag']) && $settings['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } $SITE_RTL = 'theme-3'; if (!empty($setting['SITE_RTL'])) { $SITE_RTL = $setting['SITE_RTL']; } $set_cookie = App\Models\Utility::cookies(); $setting_arr = App\Models\Utility::file_validate(); @endphp