@extends('layouts.app') @section('title', $meta['label']) @section('page-title', $meta['label']) @section('breadcrumb', 'Platform Admin / Signup Form / ' . $meta['label']) @section('content') @php $options = old('options', $content['options'] ?? []); if (!is_array($options) || count($options) === 0) { $options = [['value' => '', 'label' => '', 'is_active' => true, 'opens_teach' => false]]; } @endphp
← All questions

{{ $meta['description'] }}

Preview step
@csrf @method('DELETE')
@csrf @method('PUT')

Answer options

Cancel
@include('platform.website-content.partials._repeater-script') @endsection