@php $logo=asset(Storage::url('uploads/logo/')); $company_favicon=Utility::getValByName('company_favicon'); $SITE_RTL = Utility::getValByName('SITE_RTL'); $setting = \App\Models\Utility::colorset(); $color = 'theme-3'; if (!empty($setting['color'])) { $color = $setting['color']; } $mode_setting = \App\Models\Utility::mode_layout(); @endphp {{(Utility::getValByName('title_text')) ? Utility::getValByName('title_text') : config('app.name', 'ERPGO')}} - @yield('page-title') {{-- --}} @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') @include('Chatify::layouts.footerLinks')