@php
$logo = asset(Storage::url('uploads/logo/'));
$favicon = \App\Models\Utility::getValByName('company_favicon');
@endphp
{{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : env('APP_NAME', 'StoreGo SaaS') }}
- @yield('page-title')
@if (\Auth::user()->type == 'super admin')
@else
@endif
{{-- --}}
{{-- --}}
{{-- dark theme --}}
{{-- --}}
{{-- end --}}
@if (isset($setting['SITE_RTL'] ) && $setting['SITE_RTL'] == 'on')
@endif
@if ($setting['cust_darklayout'] == 'on')
@else
@endif
@stack('css-page')