Error ID: #{{ $errorLog->id }}
Source: {{ $errorLog->formatted_error_source }}
Message: {{ strlen($errorLog->error_message) > 50 ? substr($errorLog->error_message, 0, 50) . '...' : $errorLog->error_message }}
Date: {{ $errorLog->created_at->format('d M Y, H:i') }}
This action cannot be undone. The error log and all associated data will be permanently removed.