@extends('api_panel.layouts.app') @section('title', t('apipanel-register-title')) @section('content')

{{ t('apipanel-register-title') }}

{{ t('apipanel-register-subtitle') }}

@csrf
{{ t('apipanel-register-password-hint') }}
{{ t('apipanel-or') }}
{{ t('apipanel-register-google') }}

{{ t('apipanel-register-email-verify-note') }}

{{ t('apipanel-register-have-account') }} {{ t('apipanel-nav-login') }}

@endsection