@inject('setting', 'App\Models\Cms\Setting') Admin | {{ $setting::getValue('app', 'name', 'Starter CMS') }} @stack ('style') @php $appName = ($setting::getValue('app', 'name')) ? $setting::getValue('app', 'name') : config('app.name', 'Starter CMS'); @endphp @php $routeName = request()->route()->getName(); @endphp
@include('admin.partials.flash-message') @yield('main')
@stack('scripts')