Edit Survey
Update your survey questions and settings
{{ ucfirst($survey->status) }}
Back to Survey
{{ session('success') }}
@endif
@if($errors->any())
Validation Errors
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach