@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'SYSTEMLOGS') @section('content_header_title', 'SYSTEMLOGS') @section('content_header_subtitle', 'LIST') {{-- Content body: main page content --}} @section('content_body')
| LOG NAME | DESCRIPTION | USER | CHANGES | TIMESTAMP |
|---|---|---|---|---|
| {{$activity->log_name}} | {{$activity->description}} | {{$activity->causer->name}} |
@if($activity->log_name == 'update' && !empty($updates[$activity->id]))
|
{{date('F j, Y H:i:s a', strtotime($activity->created_at))}} |