@stack('styles')
@guest
{{ __('Iniciar sesión') }}
@else
{{ Auth::user()->name }}
{{ __('Cerrar sesión') }}
@csrf
@endguest
@auth @if(Auth::user()->role_id >= 5) @include('sidebar') @endif @endauth
@yield('content') {!! GoogleReCaptchaV3::init() !!}
@mapscripts @yield('js')