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

Payments

{{-- ------ 2 horizontal cards ------ --}}

M&P Pay

USD {{ $wallet->amount ?? '0.00' }}

Any service charges exceeding your M&P balance will be charge to your default payment method

Payment Methods
@foreach ($cards as $card)
{{ strtoupper($card->brand) }} **** **** **** {{$card->last4}} @if($card->is_default == '1')
@else @endif

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