@extends('auth.signup.layout') @section('signup_title', $title) @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')
@if(!empty($back)) ← Back @endif

{{ $title }} @if(!empty($required))*@endif

@if(!empty($subtitle))

{{ $subtitle }}

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