@include('head') {{--
--}} @if(env('PATH_DEPLOY') == 'localhost') @elseif(env('PATH_DEPLOY') == 'STAG') @else @endif @include('sweetalert::alert')
Valle de Paz
@if (!auth()->user()->name) {{-- logout --}} @else
{{ auth()->user()->name }}
@endif
@if ((Session::has('sedes'))) @else @endif @if (isset(session()->get('data_entidad')->entidad_nombre) && session()->get('data_entidad')->entidad_nombre == null) @endif {{ session()->get('data_entidad')->entidad_nombre }}
{{ auth()->user()->getRoleNames()[0]}}
@include('menu') @yield('content')
@include('footer') @yield('script')