{{ __('auth.new_here') }}
{{ __('auth.join_us') }}
@if (session('error'))
{{ session('error') }}
@endif
@csrf
{{ __('auth.full_name') }}
@error('name')
{{ $message }}
@enderror
{{ __('forms.email') }}
@error('email')
{{ $message }}
@enderror
{{ __('auth.password_placeholder') }}
@error('password')
{{ $message }}
@enderror
{{ __('auth.confirm_password') }}
{{ __('auth.company_name_field') }}
{{ __('forms.address') }}
{{ __('auth.phone_number') }}
{{ __('auth.whatsapp_number') }}
{{ __('auth.id_card') }}
{{ __('auth.npwp') }}
{{ __('auth.bank_number') }}
{{ __('auth.terms_agreement') }}
{{ __('auth.create_account') }}
{{ __('auth.already_have_account') }}
{{ __('auth.sign_in') }}
{{ __('auth.join_ryu_cargo') }}
{{ __('auth.join_description') }}
{{ __('auth.copyright') }}