@extends('admin.layout')
@section('title', 'Editar Interpretación de IA')
@section('page-title', 'AI Yorumu Düzenle')
@section('content')
Kayıt #{{ $comment->id }}
@if ($comment->user)
Kullanıcı: {{ trim(($comment->user->name ?? '') . ' ' . ($comment->user->last_name ?? '')) ?: '—' }}
({{ $comment->user->email }})
@else
Kullanıcı bulunamadı (ID: {{ $comment->user_id }})
@endif
@endsection