@extends('layouts.app') @section('title', 'Error Log Details') @section('style') @endsection @section('content')
| المستخدم | {{ $item->user['name'] ?? 'غير معروف' }} |
|---|---|
| النوع | {{ $item->type }} |
| الرسالة | {{ $item->message }} |
| الملف | {{ $item->file ?? '---' }} |
| السطر | {{ $item->line ?? '---' }} |
| الرابط/URL | {{ $item->url ?? '---' }} |
| نوع الطلب | {{ $item->method ?? '---' }} |
| التفاصيل |
{{ $item->trace }}
|
| التاريخ | {{ $item->created_at->format('Y-m-d H:i a') }} |