@php // get theme color $setting = App\Models\Utility::colorset(); $color = 'theme-4'; if (!empty($setting['color'])) { $color = $setting['color']; } $company_logo = \App\Models\Utility::GetLogo(); @endphp {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'StoreGo SaaS') }} - @yield('page-title') @if ($setting['SITE_RTL'] == 'on') @endif @if ($setting['cust_darklayout'] == 'on') @else @endif
{{-- --}} @yield('content')
@stack('custom-scripts') @if (Session::has('success')) {{ Session::forget('success') }} @endif @if (Session::has('error')) {{ Session::forget('error') }} @endif @stack('script')