@extends('survey::layouts.master') {{-- Style --}} @push('links') @endpush @inject('dateHelper', 'Modules\Survey\Http\Helpers\ViewHelper') @inject('helper', 'Modules\Custom\Http\Helpers\FormHelper') @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
{{csrf_field()}} @foreach ($formData as $data) {!! $helper->render($data) !!} @endforeach {{-- 說明 --}}
{{-- 開始時間 --}}
{{-- 結束時間 --}}
{{-- 狀態 --}}
@foreach(config('survey.survey_status') as $key => $string)
status) ? 'checked':''}} />
@endforeach
@endsection @push('scripts') @endpush