@extends('layouts.admin') @section('title', 'Survey Questions') @section('header', 'Survey Questions') @section('subheader', $survey->title) @section('header-actions') Back to Survey @if($survey->status === 'draft' && $survey->questions->count() > 0)
@endif @endsection @section('content'){{ $question->question_text }}
Import questions from the bank or add custom questions.