{{ __('Please introduce yourself in a few sentences') }}
{{ __('Other Timebankers like to know who you are before they start their first exchange with you.') }}
{{ __('Explaining why you like to be part of our time economy can also help with getting new exhanges.') }}

{{ __('Step 2 of 3') }}

{{ __('') }}
@csrf
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy', [ 'terms_of_service' => ''.__('Terms of Service').'', 'privacy_policy' => ''.__('Privacy Policy').'', ]) !!}
@endif
{{ __('Register') }}