@extends('layouts.client') @section('title','Wallet system') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Payments

M&P Pay USD {{$wallet->amount ?? '0.00'}}

Add M&P Cash
Choose amount
{{--
auto_refill_amount) && $wallet->auto_refill_amount == 25.00 ? 'checked' : ''}}/> auto_refill_amount) && $wallet->auto_refill_amount == 50.00 ? 'checked' : ''}}/> auto_refill_amount) && $wallet->auto_refill_amount == 100.00 ? 'checked' : ''}}/>
--}}
auto_refill_amount) && $wallet->auto_refill_amount == 25.00 ? 'checked' : ''}}/> auto_refill_amount) && $wallet->auto_refill_amount == 50.00 ? 'checked' : ''}}/> auto_refill_amount) && $wallet->auto_refill_amount == 100.00 ? 'checked' : ''}}/>
Auto refill
Automatically add cash when your balance is lower than USD {{ settings('auto_refill_limit') }}.

We will first deduct amount from M&P balance (if there is any) before we use your default card for order payment

@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush