@extends('layouts.paymentLayout') @section('head') {{trans('user.wallet')}} @endsection @section('content') @if(setting('online_payment_commission') > 0)

{{trans('user.onlinePaymentAmount')}} {{setting('online_payment_commission')}} {{trans('user.onlinePaymentWallet')}}

@endif
@if(isset($language)&&$language == 'ar') @endif @if(setting('hyperpay_mode') && setting('hyperpay_mode') == 'live') @else @endif @endsection