@extends('company.layouts.main') @section('content')
{{-- --}}

Edit vwep survey question


Back
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @csrf
* @error('question_text') {{ $message }} @enderror
* @error('question_type') {{ $message }} @enderror
@foreach ($surveyQuestionOptions as $surveyQuestionOption)
@endforeach
@endsection