@extends('layouts.app') @section('title', 'Secure Payment - Texora') @section('content')
Secure payment

Complete your order.

Order #{{ $order->order_number }} / Total balance {{ $order->currency }} {{ number_format($order->total_amount) }}

Service summary

{{ $order->service->name }}

{{ $order->package->name }}

Amount due {{ $order->currency }} {{ number_format($order->total_amount) }}
Payment method
@foreach($paymentMethods as $method) @endforeach
Waiting

Choose a method

Your payment instructions will appear here.

@foreach($paymentMethods as $method) @endforeach
@endsection