@extends('layouts.versions.vertical-light') @section('title') عرض الرد @endsection @section('css') @endsection @section('content')

عرض الرد

تفاصيل الرد

{{ $response->getRespondentName() }} {{ $response->getRespondentType() }}

{{ $response->created_at->format('Y-m-d H:i:s') }}

{{ $response->question->title['ar'] ?? 'غير محدد' }}

{{ $response->question->title['en'] ?? 'غير محدد' }}

@if($response->question->description)

{{ $response->question->description }}

@endif @if($response->answer)

{{ $response->answer->title['ar'] ?? 'غير محدد' }}

{{ $response->answer->title['en'] ?? 'غير محدد' }}

@endif @if($response->custom_answer)
{{ $response->custom_answer }}
@endif @if(!$response->answer && !$response->custom_answer)
لم يتم تقديم إجابة لهذا السؤال.
@endif
@endsection @section('script') @endsection