@extends('front.layouts.master-auth') @section('content')

@lang('Charge') رصيد الحساب

@csrf @if(request()->has('amount')) @endif @if(request()->has('offer_id')) @endif @if(request()->has('project_id')) @endif @if(request()->has('pay_milestone_offer_id')) @endif
$
رسوم الخدمة ({{ $stripe_fee_percentage }}%) ? $0.00
الإجمالي $0.00
جاري التحميل...

جاري تحميل بيانات الدفع...

ادفع بأمان، اتصالك مشفر

@lang('Important Tips')

  1. @lang('front.Charge wallet note 1')
  2. {!! __('front.Charge wallet note 3_voucher_html', ['url' => route('support.create')]) !!}
@endsection @section('js-body') @endsection