@extends('fragments.fullTemplate') @section('titulo') Bitácora Bancos @endsection @section('estilos') @include('Bancos.Real.partials._styles') @endsection @section('contenido') @php $activePage = 'bitacora'; $fmt = function ($date) { return \App\Services\BancoFechaService::formatoVista($date); }; @endphp
| Fecha | Usuario | Rol | Acción | Módulo | Registro afectado | Descripción | IP / sesión | Sensible |
|---|---|---|---|---|---|---|---|---|
| {{ $fmt($evento->fecha) }} | {{ $evento->usuario_nombre }} | {{ $evento->rol }} | {{ $evento->accion }} | {{ $evento->modulo }} | {{ $evento->registro_afectado }} | {{ $evento->descripcion }} | {{ $evento->ip_sesion }} | {{ $evento->accion_sensible ? 'Sí' : 'No' }} |