@extends('layouts.content') @section('body_content')
@csrf {{-- FLOATING SAVE BUTTON --}}
{{-- LEFT CONFIG --}}
{{-- SURVEY CONFIG --}}
Survey Config
{{-- TITLE --}}
Survey title is required.
{{-- DESCRIPTION (OPTIONAL) --}}
{{-- DATE RANGE --}}
Start date is required.
End date is required.

{{-- IS MANDATORY --}}
If mandatory, employees must complete this survey before proceeding.

{{-- PUBLISH SURVEY --}}
If not published, this survey will be saved as draft.
{{-- SURVEY STATUS --}}
Survey status is required.
Draft surveys are not visible to participants.
{{-- PARTICIPANT TARGET --}}
Participant Target

Response Privacy *
If enabled, respondent names will not be visible in survey results.
{{-- TRIGGER TYPE --}}
Trigger Type
{{-- RESET --}}
{{-- DEFAULT QUESTION 1 --}}

{{-- ADD QUESTION --}}
@push('scripts') @endpush @endsection