@foreach(Wave\Plan::all() as $plan) @php $features = explode(',', $plan->features); @endphp @endforeach
@if(config('wave.paddle.env') == 'sandbox')

{{__('Sandbox Mode')}}

{{__("Application billing is in sandbox mode, which means you can test the checkout process using the following credentials:")}}

{{__('Credit Card Number:')}} {{__("4242 4242 4242 4242")}}
{{__('Expiration Date:')}} {{__("Any future date")}}
{{__('Security Code:')}} {{__("Any 3 digits")}}
@endif