@extends('adminlte::page') @section('title', 'Sections — ' . $form->title) @section('content_header')

Sections

Add Section
@endsection @section('content')
Live warning: Changes here go live immediately. Deleting a section removes its questions from the schema but does not delete historic submission data.
@if(session('success'))
{{ session('success') }}
@endif
@forelse ($sections as $section) @empty @endforelse
Order Section title Questions Actions
{{ $section->sort_order }} {{ $section->title }} {{ $section->questions_count }} Questions
@csrf @method('DELETE')
No sections yet.
@endsection