@php $appName = \App\Models\Central\GeneralSetting::instance()->app_name ?: 'Stocky'; @endphp {{ __('central.PreparingYourWorkspace') }} — {{ $appName }}
{{-- Gradient banner --}}
{{-- Progress bar --}}
{{-- Status indicator --}}

@if(($status ?? '') === 'pending' || ($status ?? '') === 'processing') {{ __('central.VerifyingPayment') }} @else {{ __('central.ProvisioningWorkspace') }} @endif

@if(($status ?? '') === 'pending' || ($status ?? '') === 'processing') {{ __('central.ConfirmingPaymentWithGateway') }} @else {{ __('central.CreatingDatabaseMigrations') }} @endif

{{-- Step list --}} {{-- Error alert --}}
{{-- Action buttons (shown on failure) --}}
{{ __('central.ContactSupport') }}
{{-- Footer --}}