@extends('layouts.admin') @section('title', 'Hata Logları') @section('subtitle', 'Tokenlar ve API anahtarları maskelenerek kaydedilir') @section('content')
| Tip | Mesaj | Context | Tarih |
|---|---|---|---|
| {{ $log->type }} | {{ $log->message }} | {{ json_encode($log->context, JSON_UNESCAPED_UNICODE) }} |
{{ $log->created_at->format('d.m.Y H:i') }} |
| Log yok. | |||