Usuarios Registrados
Listado de Usuarios
@if(isset($error))
{{ $error }}
@endif
| ID | Nombre | Ciudad | N° Pagos | Fecha de Registro | Action | |
|---|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name ?? '-' }} | {{ $user->email ?? '-' }} | {{ $user->city ?? '-' }} | {{ $user->payments_count ?? 0 }} | {{ \Carbon\Carbon::parse($user->created_at)->format('d/m/Y') }} | Ver |
| No hay usuarios | ||||||