@if (!auth()->guest())
@if(1==2)
3
5
@endif
{{ Auth::user()->name }}
Mi perfil
Logout
{{ csrf_field() }}
Internos
Tickets
@if(Auth::user()->powerbi || in_array(999,explode(',',Auth::user()->permisos)))
Informes
@endif @if(in_array(999,explode(',',Auth::user()->permisos)))
Ajustes
@endif @php $usuarios = DB::table('users') ->select('id') ->where('users.jefe', 'LIKE', Auth::user()->id) ->count(); @endphp @if(in_array(999,explode(',',Auth::user()->permisos)) || Auth::user()->id == 842 || $usuarios >= 1)
Novedades
@endif
Salir
@else
@endif @yield('content')