@extends('layouts.master') @section('title', 'Payment Successful') @section('content')

Payment Successful!

Your products have been promoted successfully

Transaction ID:

#{{ $transaction->id }}

Amount Paid:

₹{{ number_format($transaction->total_amount, 2) }}

Payment Method:

{{ $transaction->payment_method }}

Package:

{{ $transaction->metadata['package_name'] ?? 'N/A' }}

Products Promoted:

{{ $transaction->metadata['product_count'] ?? 0 }} Products

Your promotion is now live! It may take a few minutes to appear on the website.
@endsection