@extends('layouts.app') @section('content')
| ชื่อผลิตภัณฑ์: | {{ $product->name ?? 'ไม่ระบุ' }} |
| โมเดล/รุ่น: | {{ $product->model ?? 'ไม่ระบุ' }} |
| วิธีรับข้อมูล: | {{ $product->log_receive_method ?? 'ไม่ระบุ' }} |
| ประเภทผลิตภัณฑ์: | {{ $product->product_type ?? 'ไม่ระบุ' }} |
| Email ติดต่อ: | {{ $product->user->Email ?? 'ไม่ระบุ' }} |
ไม่มีรูปภาพ
| ข้อ | ข้อกำหนด | คำตอบ | ผลการตรวจสอบ | คำอธิบาย |
|---|---|---|---|---|
| {{ $questionNumber }} |
{{ $question->question_text ?? 'ไม่ระบุ' }}
@if($question->description)
{{ $question->description }} @endif |
@if($question->question_type == 'yes_no')
{{ $answer->answer_text }}
@elseif($question->question_type == 'multiple_choice')
{{ $answer->answer_text }}
@elseif($question->question_type == 'text')
ข้อความ
{{ Str::limit($answer->answer_text, 100) }}
@else
{{ $answer->answer_text ?? 'ไม่ระบุ' }}
@endif
|
@if($question->question_type == 'yes_no') @if($answer->answer_text == 'ใช่') @else @endif @elseif($question->question_type == 'multiple_choice') @elseif($question->question_type == 'text') @else @endif |
@if($answer->comment)
{{ $answer->comment }}
@else
ไม่มีคำอธิบาย
@endif
|
| ไม่มีคำถามที่ใช้ในการประเมิน | ||||
| ไม่มีข้อมูลการประเมิน | ||||
ไม่พบผลการประเมินสำหรับผลิตภัณฑ์นี้