@extends('layouts.app') @section('content')
{{--

Questions

Add Question
--}}
@foreach ($questions as $key => $q) @endforeach
# Section Question Type Actions
{{ $key + 1 }} {{ $q->section->name ?? '-' }} {{ $q->question_text }} {{ ucfirst($q->question_type) }} Edit
@csrf @method('DELETE')
@endsection