@extends('layouts.app') @section('content')
Nombre | Correo | Area | Acciones |
---|---|---|---|
{{ $correo->user->full_name }} | {{ $correo->user->email }} |
|
@if(currentUser()->tieneRoles('SUPERADMIN', 'USUARIO_CONTABILIDAD')) Editar @endif |