@extends('front::layouts.master') @section('title', 'Thank You') @section('content')
Your payment was successful.
Order Number: {{ $order->order_number }}
Total Amount: ${{ number_format($order->total_amount,2) }}
Payment Method: {{ ucfirst($order->payment_method) }}
Status: {{ ucfirst($order->payment_status) }}
Back to Home