Explorer
home
/
zoteqbgb
/
public_html
/
resources
/
views
/
paymentGateways
/
stripe
Location:
/home/zoteqbgb/public_html/resources/views/paymentGateways/stripe
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: stripeJs.blade.php
@php $stripeKey = ""; @endphp @if(!blank($paymentGateways)) @foreach($paymentGateways as $paymentGateway) @if($paymentGateway->slug === 'stripe') @php $paymentGatewayOption = $paymentGateway->gatewayOptions->pluck('value', 'option'); $stripeKey =$paymentGatewayOption['stripe_key'] @endphp @endif @endforeach @endif <script src="https://js.stripe.com/v3/"></script> <script> const stripeKey = '<?=$stripeKey?>'; </script> <script src="{{ asset('paymentGateways/stripe/stripe.js') }}"></script>
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
stripeInput.blade.php
312 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
stripeJs.blade.php
549 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
Chang
Apply