@extends('layouts.versions.vertical-light') @section('title') عرض الإجابة @endsection @section('css') @endsection @section('content')
{{ $answer->title['ar'] ?? 'غير محدد' }}
{{ $answer->title['en'] ?? 'غير محدد' }}
@if($answer->is_active) نشطة @else غير نشطة @endif
{{ $answer->created_at->format('Y-m-d H:i:s') }}
{{ $answer->updated_at->format('Y-m-d H:i:s') }}
| # | المستخدم | النوع | السؤال | التاريخ |
|---|---|---|---|---|
| {{ $response->id }} | {{ $response->getRespondentName() }} | {{ $response->getRespondentType() }} | {{ $response->question->title['ar'] ?? $response->question->title['en'] ?? '' }} | {{ $response->created_at->format('Y-m-d H:i') }} |