@extends('layouts.account', ['title' => 'المحفظة | RaseedNow']) @php $gatewayPayload = $gateways->map(fn ($gateway) => [ 'id' => $gateway->id, 'name' => $gateway->name_ar, 'description' => $gateway->description_ar, 'account_number' => $gateway->account_number, 'instructions' => $gateway->instructions_ar, 'proof_instructions' => $gateway->proof_instructions_ar, 'receiver_data' => $gateway->receiver_data ?: [[ 'label' => $gateway->account_label_ar ?: 'بيانات التحويل', 'value' => $gateway->account_number, 'type' => 'text', 'copyable' => true, ]], 'required_fields' => $gateway->required_fields ?: [], 'requires_proof' => $gateway->requires_proof, 'proof_is_required' => $gateway->proof_is_required, 'proof_max_mb' => $gateway->proof_max_mb ?: 6, 'min_amount' => $gateway->min_amount_minor ? $gateway->min_amount_minor / 100 : null, 'max_amount' => $gateway->max_amount_minor ? $gateway->max_amount_minor / 100 : null, ])->values(); @endphp @section('account_content')
استخدم الرصيد للدفع مباشرة على الطلبات بدون انتظار بوابة دفع.
طلبات الشحن والدفع ستظهر هنا.
اضغط إضافة رصيد وارسِل إثبات التحويل.
اختار الوسيلة، انسخ بيانات التحويل، حوّل نفس المبلغ، ثم ارفع صورة التحويل.