Pixelfed
@include('auth.curated-register.partials.progress-bar', ['step' => $step ?? 1])
@if ($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif
@if($step === 1)
@include('auth.curated-register.partials.step-1')
@elseif ($step === 2)
@include('auth.curated-register.partials.step-2')
@elseif ($step === 3)
@include('auth.curated-register.partials.step-3')
@elseif ($step === 4)
@include('auth.curated-register.partials.step-4')
@endif