@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'] ?? 'غير محدد' }}
{{ $response->question->description }}
{{ $response->answer->title['ar'] ?? 'غير محدد' }}
{{ $response->answer->title['en'] ?? 'غير محدد' }}