{{ config('app.name') }}
@lang('auth.registration.title')
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@lang('auth.registration.i_agree')
@lang('auth.registration.terms')
@lang('auth.register')
@lang('auth.registration.have_membership')