@extends('survey::layouts.master') @inject('helper', 'Modules\Survey\Http\Helpers\ViewHelper') {{-- Breadcrumbs --}} @section('breadcrumbs') @if(class_exists('Breadcrumbs') && Breadcrumbs::exists(Route::currentRouteName()))
| 標題 | {{$survey->title}} |
|---|---|
| 狀態 | |
| 填寫時間 |
{{$helper->formatDate($survey->started_at)}}
{{$helper->formatDate($survey->finished_at)}}
|
| 回答數 |
{{$survey->replies()->count()}}
詳細
|
| 問卷網址 | {{route('survey.preface', ['survey_uuid'=>$survey->uuid])}} |