{{ __('social.register_terms') }}

@csrf

{{ __('auth.register_terms_desc') }}

@foreach ($termsList as $terms)

[{{ __('auth.terms_' . $terms->type) }}] {{ $terms->subject }}

{{-- @todo textarea 변경필요 => 에디터에서 작성한 내용이 정상적으로 표시되도록 --}}
@endforeach
취소