@extends('layouts.app') @section('content')
×

Payment Failed

Your order was created, but payment failed. You can try again or contact support.

Order No {{ $order->order_no }}
Invoice No {{ $order->invoice_no }}
Payment Method {{ $order->payment_method }}
Payment Status {{ $order->payment_status }}
Order Status {{ $order->order_status }}
Total Amount ₹{{ number_format($order->total_amount, 2) }}
Back To Cart
@endsection