@extends('auth.signup.layout') @section('signup_title', $question['title'] ?? 'Signup') @section('signup_heading', 'Personalise your setup') @section('signup_lead', 'A few quick questions help us configure Learnyst for your institute.') @section('progress') @include('auth.signup.partials.progress') @endsection @section('signup_body') @php $field = $question['field']; $choices = $options[$question['option_key']]; @endphp
← Back

{{ $question['title'] }} *

@if(!empty($question['subtitle']))

{{ $question['subtitle'] }}

@endif @if(!empty($question['label']))

{{ $question['label'] }} *

@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@php $letters = range('A', 'Z'); @endphp @foreach($choices as $value => $label) @endforeach
@endsection @push('scripts') @endpush