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

Payments

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

Add M&P Cash
M & P Cash
USD {{ $wallet->auto_refill_amount }}

Total
USD {{ $wallet->auto_refill_amount }}

Choose payment method
@if ($defaultCard) {{ strtoupper($defaultCard->brand) }} **** **** **** {{$defaultCard->last4}} @else @endif
{{-- ------ lightgreen banner ----- --}} @if ($wallet->auto_refill)
$ This payment method will be automatically charged USD {{$wallet->auto_refill_amount}} When your balance is low USD {{ settings('auto_refill_limit') }}. You can change this later in the payment tab.
@endif
@csrf
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush