{{-- {{config('adminlte.title', __('BSC'))}} --}} {{__(isset($title) ? __('BSC').' - '.$title : __('BSC'))}} @yield('animations') @livewireStyles @livewireScripts @yield('alpine') @yield('graficos') @yield('tailwind') @yield('styles') @guest @yield('content') @else
@include('layouts.header') @include('layouts.sidebar') @yield('content') @yield('search') @include('partials.modal_vision') @include('partials.modal_map') @include('partials.modal_smart') @include('partials.modal_stages') @include('layouts.footer')
@endguest @yield('javascript') @include('sweet::alert') @stack('scripts')