@extends('admin.dashboard') @section('content')
แบบประเมินทั้งหมด
แบบประเมินที่ใช้งาน
| ลำดับ | ชื่อแบบประเมิน | เวอร์ชัน | คำถาม | ผู้ตอบ | ส่งให้ | สถานะ | วันที่สร้าง | วันที่แก้ไข | จัดการ | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $survey->Survey_Name }}
@if($survey->Survey_Description)
{{ $survey->Survey_Description }} @endif |
{{ $survey->survey_version ?? 1 }} | {{ $survey->questions->count() }} คำถาม | @if($survey->response_count > 0) {{ $survey->response_count }} คน @else 0 คน @endif | @if($survey->invitation_count > 0) {{ $survey->invitation_count }} คน @else ยังไม่ส่ง @endif | @if($survey->status == 'active') ใช้งาน @elseif($survey->status == 'draft') ร่าง @else ไม่ใช้งาน @endif | {{ $survey->DtmIns->copy()->addYears(543)->format('d/m/Y') }} | {{ $survey->DtmUdp->copy()->addYears(543)->format('d/m/Y')}} |
|
||
| ยังไม่มีแบบประเมิน | |||||||||||