Proceeding to payment
{!! Theme::section('invoices.stripe-js',['invoice'=>$invoice]) !!}
@if($has_saved_cards)
{{ csrf_field() }} @foreach($cards as $card)
@endforeach
Final Invoice Payable Amount: {!! $currencyIcon !!}{{number_format($invoice->total_amount, 2, '.', ',')}}
@else
No saved card found
@endif
Note: We don't store full card numbers-only an encrypted validation token that cannot be reused elsewhere.