@extends('layouts.admin') @section('title', 'Edit Survey') @section('header', 'Edit Survey') @section('subheader', $survey->title) @section('header-actions')
{{ $questions->count() }} questions
{{ $question->question_text }}
Start building your survey by adding questions
Not yet published
@elseif($survey->status === 'active')Collecting responses
@elseNo longer accepting
@endifNo links created
@endforelse