@php // $logo=asset(Storage::url('uploads/logo/')); $logo=\App\Models\Utility::get_file('uploads/logo/'); $company_favicon=Utility::getValByName('company_favicon'); $SITE_RTL = env('SITE_RTL'); $setting = \App\Models\Utility::getLayoutsSetting(); $color = 'theme-3'; if (!empty($setting['color'])) { $color = $setting['color']; } $SITE_RTL = 'theme-3'; if (!empty($setting['SITE_RTL'])) { $SITE_RTL = $setting['SITE_RTL']; } $mode_setting = \App\Models\Utility::mode_layout(); @endphp