@php $favicon = \App\Models\Setting::get('appearance.favicon'); if ($favicon) { echo ''; } @endphp @stack('styles') @yield('head') {{-- Cores Personalizadas para Backend --}} @php $primaryColor = \App\Models\Setting::get('appearance.primary_color'); $secondaryColor = \App\Models\Setting::get('appearance.secondary_color'); @endphp @if($primaryColor || $secondaryColor) @endif @auth
@if(session('success')) @endif @if(session('error')) @endif @yield('content')
@else
@yield('content')
@endauth @stack('scripts')