@php // $logo=asset(Storage::url('uploads/logo/')); $logo=\App\Models\Utility::get_file('uploads/logo/'); $company_logo = \App\Models\Utility::get_superadmin_logo(); $company_favicon=Utility::getValByName('company_favicon'); $setting = \App\Models\Utility::colorset(); $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 {{(Utility::getValByName('title_text')) ? Utility::getValByName('title_text') : config('app.name', 'Accountgo')}} - @yield('page-title') {{-- --}} @if ($SITE_RTL == 'on') {{-- --}} @endif @if ($setting['cust_darklayout'] == 'on') @else @endif
@yield('content')
{{--

"Attention is the new currency"

--}}

© 2022 ABQ IT Company . All Rights Reserved.

Theme Customizer
Primary color settings

Sidebar settings

Layout settings

@stack('custom-scripts')