@extends('survey::layouts.master') @inject('helper', 'Modules\Survey\Http\Helpers\ViewHelper') {{-- Style --}} @push('links') @endpush @section('content') @include('custom::component.reply-btn', ['url' => route('admin.survey.question.index')])
問卷 | 狀態 | 起迄日 | 回答數 | |
---|---|---|---|---|
尚無問卷 | ||||
{{$survey->title}} | {{config('survey.survey_status')[$survey->status]}} |
起:{{$helper->formatDate($survey->started_at)}}
訖:{{$helper->formatDate($survey->finished_at)}}
|
{{$survey->replies->count()}} | 詳細 |