@extends('layouts.enterprise') @section('title', 'Usuarios') @section('content')
Administra roles y accede al perfil de cada usuario.
@if(session('ok'))| ID | Nombre | Rol | Empresa | Estatus proveedor | Accion | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->email }} | {{ \App\Models\User::normalizeRole($item->role ?? '-') }} | {{ $item->company?->legal_name ?? '-' }} | {{ $item->company?->provider_status ?? '-' }} | Editar |