@php $appName = \App\Models\Central\GeneralSetting::instance()->app_name ?: 'Stocky'; @endphp {{ __('central.RegistrationUnderReview') }} — {{ $appName }}

{{ __('central.RegistrationUnderReview') }}

{{ __('central.ThankYouForRegistering', ['company' => $companyName]) }}
@if($isPaid) {{ __('central.PaymentReceivedUnderReview') }} @else {{ __('central.RegistrationUnderReviewDesc') }} @endif

{{ __('central.PendingAdminApproval') }}

{{ __('central.PendingAdminApprovalDesc') }}

{{ __('central.RegistrationDetails') }}
{{ __('central.Company') }} {{ $companyName }}
{{ __('central.Subdomain') }} {{ $subdomain }}
{{ __('central.Email') }} {{ $adminEmail }}
@if($planName)
{{ __('central.Plan') }} {{ $planName }}
@endif
{{ __('central.Registered') }} {{ $registeredAt }}
{{ __('central.WhatHappensNext') }}
{{ __('central.ConfirmationSentTo', ['email' => $adminEmail]) }} {{ __('central.AnotherEmailOnApproval') }}
{{ __('central.BackToHome') }} {{ __('central.ContactSupport') }}