@extends('layouts.adminpages') @section('content')
| Nombre | Apellido | Correo | Identificación | Tiendas | Role | Estado | Acciones |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->surname ?? '-' }} | {{ $item->email ?? '-' }} | {{ $item->identification ?? '-' }} | {{ $item->shops->count() }} | {{ $item->getRoleNames()[0] }} | {{ $item->state == 0 ? 'Inactivo' : 'Activo' }} | Restaurar |