{{ $settings?->shop_name ?: 'BDCodeShop' }}
{{ $settings?->shop_description ?: 'Premium Digital Marketplace' }}
ORDER CONFIRMED
Purchase Successful
Your payment has been completed successfully. Your purchased product is now available in your account.
Customer Details
@if($user->telegram_username) @endif
Name {{ $user->name }}
Gmail {{ $user->email }}
Telegram {{ '@' . ltrim($user->telegram_username, '@') }}
Purchased Product
{{ $product->name }}
@if($product->category)
Category: {{ $product->category }}
@endif @if($product->version)
Version: {{ $product->version }}
@endif
Order Summary
@if((float)$order->discount > 0) @endif
Order ID {{ $order->order_number }}
Product Price ৳{{ number_format((float)$order->subtotal, 2) }}
Discount − ৳{{ number_format((float)$order->discount, 2) }}
Total Paid ৳{{ number_format((float)$order->total, 2) }}
Payment Method Wallet Balance
Purchase Date {{ $order->created_at->format('d M Y, h:i A') }}
Remaining Wallet Balance
৳{{ number_format($balanceAfter, 2) }}
UPDATED
Your product is ready
You can access your purchased product from the Downloads section of {{ $settings?->shop_name ?: 'BDCodeShop' }}.
Orders → Downloads
Thank you for choosing {{ $settings?->shop_name ?: 'BDCodeShop' }}.
This is an automated purchase confirmation email.
@if($settings?->support_username)
Support: {{ '@' . ltrim($settings->support_username, '@') }}
@endif
© {{ date('Y') }} {{ $settings?->shop_name ?: 'BDCodeShop' }}