@extends('adminlte::page') @section('title', 'Panel | COMPRIS') @section('content_header')

Panel de control

@stop @section('content')
{{ config('app.name') }}

Hola, {{ auth()->user()->name }}

Bienvenido a tu panel de administración.

Tu cuenta

Correo electrónico

{{ auth()->user()->email }}

@foreach(auth()->user()->getRoleNames() as $role) {{ ucfirst($role) }} @endforeach

Tu sitio

{{ config('app.name') }}

Abrir sitio
@stop @section('css') @stop