@extends('layouts.auth') @section('content')

{{ t_raw('auth.register_title') }}

{{ t_raw('auth.register_sub') }}

@csrf
@partial('password-rules', ['for' => 'password', 'id' => 'password-hint'])
{!! \App\Services\Recaptcha::widget('register') !!}
@if (!empty($googleAuth)) {!! google_mark(18, 'me-2') !!} {{ t_raw('auth.continue_with_google') }} @endif

{{ t_raw('auth.have_account') }} {{ t_raw('common.sign_in') }}

@endsection