@extends('web.layouts.layout') @section('content') {{ $title ?? "" }} {{ $title ?? "" }} @csrf @if($paymentMethods->isNotEmpty()) @foreach($paymentMethods as $paymentMethod) @continue(!in_array($paymentMethod->type, ['paytabs', 'wallet', 'bank_transfer'])) id) @else @checked($loop->first) @endif/> {{ $paymentMethod->currentDescription->title ?? "" }} @endforeach @endif {{ __('orders::orders.beneficiary_name') }} {{ __('orders::orders.bank_account_number') }} {{ __('orders::orders.country_id') }} {{ __('general.choose').' '.__("members.country_id") }} @foreach($countries as $country) id) value="{{ $country->id }}"> {{ $country->title ?? "" }} @endforeach {{ __('orders::orders.account_code') }} {{ __('orders::orders.current_wallet_balance') }} : {{ auth()->user()->user_balance_by_country['amount_currency'] ?? "" }} @if($orderSummaryResult['insufficientBalance'] ?? false) {{ __('orders::orders.ensure_sufficient_balance') }}. {{ __('orders::orders.to_charge_wallet') }} {{ __('general.click_here') }} @endif {{ __('general.save_data') }} @endsection @push('stack_scripts') @endpush
{{ __('orders::orders.ensure_sufficient_balance') }}. {{ __('orders::orders.to_charge_wallet') }} {{ __('general.click_here') }}