@extends('layouts.app')
@section('content')
@foreach($logs as $log)
Timestamp
Actor
Action
Entity
IP Address
Meta
@endforeach
{{ $log->created_at->format('M d, H:i:s') }}
{{ basename(str_replace('\\', '/', $log->model_type)) }} #{{ $log->model_id }}
{{ $log->ip_address }}