@php $empresa = DB::select('SELECT logo from empresas WHERE id = 1'); @endphp Logo
  • {{ auth()->user()->name }}
      @php $idusuario = Auth::user()->id; @endphp
    • Mi Perfil
    • @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor')
    • Control de acceso
    • @endif @if (auth()->user()->profile == 'Administrador')
    • Configuracion
    • @endif
    • Cerrar Sesion