@extends('layouts.app') @section('title', __('auth_pages.register_title')) @section('content')
Sbaek

{{ __('auth_pages.join_sbaek') }}

{{ __('auth_pages.create_account_prompt') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

{{ __('auth_pages.approval_required') }}

{{ __('auth_pages.approval_msg') }}

{{ __('auth_pages.has_account') }} {{ __('auth_pages.sign_in_here') }}

@endsection