@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'Registro de Acciones') @section('content_header_title', 'Logs') @section('content_header_subtitle', 'Registro de Acciones') {{-- Content body: main page content --}} @section('content_body')
Fecha | Hora | Usuario | Método | URL | IP | Sistema | Controlador | Acción |
---|---|---|---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($log->created_at)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($log->created_at)->format('H:i:s') }} | {{ $log->user->name }} | {{ $log->method }} | {{ str_replace('https://gesa.uiix.edu.mx/public', '', $log->url) }} | {{ $log->ip_address }} | {{ $log->user_agent }} | {{ $log->controller }} | {{ $log->action }} |