@push('css2') @endpush @php $payment_platform = collect(config('app.payment_platforms'))->where('code','=','stripe')->first(); @endphp
{!! sprintf(__('shop/cart.text_platform_payment_amount'),\App\Helpers\Helper::numberFormatMoney($total,2)) !!}
{!! config('services.stripe.text_confirm_payment') !!}
@push('scripts2') @endpush