@extends('layouts.admin') @section('title', 'Error Logs') @section('content')
Monitor and manage application errors
| Level | Type | Message | File | User | Date | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ strtoupper($error->level) }} |
{{ class_basename($error->type) }}
|
{{ $error->file_location }} | @if($error->user) {{ $error->user->name }} @else Guest @endif | {{ $error->created_at->format('M d, Y H:i') }} | @if($error->is_resolved) Resolved @else Unresolved @endif @if($error->is_sent) @endif |
Great! Your application is running smoothly with no errors logged.