芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/laravel/jetstream/stubs/livewire/resources/views/auth/register.blade.php
@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
{{ __('Already registered?') }}
{{ __('Register') }}