@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 {{(Utility::getValByName('title_text')) ? Utility::getValByName('title_text') : config('app.name', 'AccountGo SaaS')}} - @yield('page-title') {{-- @if(\Auth::user()->type == 'owner') @else @endif --}} {{-- @if ($SITE_RTL == 'on') @if($setting['cust_darklayout'] == 'on') @endif @else @if( isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @endif --}} @if ($SITE_RTL == 'on') {{-- --}} @endif @if ($setting['cust_darklayout'] == 'on') @else @endif @stack('css-page')
@include('partials.admin.menu') @include('partials.admin.header')
@yield('content')
@include('partials.admin.footer') //