@php $amountInCents = (int) bcmul((string) $order->grand_total, '100', 0); @endphp

Pedido {{ $order->order_number }}

Total a pagar: S/ {{ number_format($order->grand_total, 2) }}

@if (session('error'))
{{ session('error') }}
@endif

Abriendo la ventana de pago segura de Culqi...

@csrf