@extends('company.layouts.main') @section('content')

Edit Job Survey Question


Back
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @csrf
* @error('question_text') {{$message}} @enderror
* @error('question_type') {{$message}} @enderror
@if($surveyQuestion->question_type !== "descriptive")
@foreach($surveyQuestionOptions as $surveyQuestionOption)
Delete @endforeach
@endif
@section('script') $('.summernote').summernote({ height: 100, toolbar: [ ['style', ['bold', 'italic', 'underline', 'clear']], ['para', ['ul', 'ol']], ], disableDragAndDrop: true, }); @endsection @endsection