Edit Survey

Update your survey questions and settings

{{ ucfirst($survey->status) }} Back to Survey
@if(session('success')) @endif @if($errors->any()) @endif
@csrf @method('PUT')
Survey Details
Choose a clear, descriptive title for your survey
Briefly explain what this survey is about
@if(!empty($survey->media) && is_array($survey->media))
@foreach($survey->media as $idx => $item) @php $path = is_array($item) ? ($item['path'] ?? '') : $item; $type = is_array($item) ? ($item['type'] ?? 'image') : 'image'; @endphp @if($path)
@if($type === 'video') @else @endif
@endif @endforeach
@endif
Add images & videos

Click to upload (JPG, PNG, GIF, MP4 — max 10MB each)

Survey Questions
Survey Settings
Survey will automatically close on this date
allow_anonymous) ? 'checked' : '' }}>
show_progress ?? true) ? 'checked' : '' }}>
Cancel
Survey Stats
Total Responses: {{ $survey->responses->count() }}
Questions: {{ $survey->questions->count() }}
Created: {{ $survey->created_at->format('M d, Y') }}
@if($survey->expires_at)
Expires: {{ $survey->expires_at->format('M d, Y') }}
@endif