@csrf
{{ App::getLocale() == 'tr' ? 'Türkçe' : 'English' }}
Türkçe
English
{{ __('auth_page.register') }}
@if ($errors->any())
{{ $errors->first() }}
@endif
{{ __('auth_page.register') }}
{{ __('auth_page.back_to_login') }}