@csrf
{{$currency}} {{$amount}}
@if($payment_for=="wallet")
Add To Wallet
@else
Pay Now
@endif
@if ($errors->any())
Opps!
Something went wrong
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif