انسخ بيانات التحويل، حوّل إجمالي الطلب، ثم ارفع صورة التحويل هنا. الطلب لن يتم تنفيذه إلا بعد مراجعة الإدارة.
{{ $code->decryptedCode() }}
@endforeach
@elseif($item->delivery_method_snapshot === 'stored_code')
سيظهر الكود هنا بعد تأكيد الدفع وإكمال التنفيذ.
@endif
@if($canRevealCodes && $item->accountCredentials->isNotEmpty())
بيانات الحساب الجاهز
@foreach($item->accountCredentials as $credential)
Username: {{ $credential->username() }}{{ $credential->password() }}
@endforeach
غيّر كلمة المرور ووسائل الاسترداد فور استلام الحساب.
@elseif($item->delivery_method_snapshot === 'account_credentials')
سيظهر اليوزر والباسورد هنا تلقائيًا بعد تأكيد الدفع.
@endif
{{ number_format($item->total_minor / 100, 2) }}
{{ $item->fulfillment_status }}