@extends('layouts.app', ['title' => term('nav_settings','Configuracion')]) @section('content')
| Usuario | Correo de acceso | Rol | Estado | Acciones |
|---|---|---|---|---|
|
{{ $user->name }}
ID #{{ $user->id }}
|
{{ $user->email }} | {{ $roles->firstWhere('name', $user->role)?->display_name ?? $user->role }} | {{ $user->is_active ? 'Activo' : 'Inactivo' }} |
@if(auth()->id() !== $user->id)
@endif
|
| Aún no hay usuarios registrados. | ||||
| Archivo | Tamano | Nota | Generado por | Fecha | Acciones |
|---|---|---|---|---|---|
| {{ $backup->filename }} | {{ $backup->human_size }} | {{ $backup->note ?: '—' }} | {{ $backup->user?->name ?? 'Sistema' }} | {{ optional($backup->completed_at)->format('d/m/Y H:i') ?? '—' }} | |
| Aun no hay copias de seguridad. | |||||
| Evento | Usuario | Entidad | IP | Fecha | |
|---|---|---|---|---|---|
{{ $log->description }} {{ $log->action }} |
{{ $log->user?->name ?? 'Anonimo' }} | {{ $log->entity_type ? $log->entity_type.' #'.$log->entity_id : '—' }} | {{ $log->ip_address ?: '—' }} | {{ $log->created_at?->format('d/m/Y H:i') }} | |
| Aun no hay actividad registrada. | |||||