@if (session()->has('favicon_session'))
@else
@endif
@include('dashboard._theme_sidebar')
@include('dashboard._theme_header') @yield('content')
@if(session('show_terms_modal'))
Termos e Condições
@endif @if(session('show_terms_modal')) @endif @yield('customJS') @stack('scripts')