Let's get a few details to sign you up

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif
@csrf