@extends('front::layouts.master') @section('title', 'Thank You') @section('content')

Order Confirmed

Thank you! Your payment has been completed successfully.


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
@endsection