|
{{ $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
|
Name
|
{{ $user->name }}
|
|
Gmail
|
{{ $user->email }}
|
@if($user->telegram_username)
|
Telegram
|
{{ '@' . ltrim($user->telegram_username, '@') }}
|
@endif
|
|
Purchased Product
|
{{ $product->name }}
@if($product->category)
Category: {{ $product->category }}
@endif
@if($product->version)
Version: {{ $product->version }}
@endif
|
|
|
Order Summary
|
Order ID
|
{{ $order->order_number }}
|
|
Product Price
|
৳{{ number_format((float)$order->subtotal, 2) }}
|
@if((float)$order->discount > 0)
|
Discount
|
− ৳{{ number_format((float)$order->discount, 2) }}
|
@endif
|
|
|
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' }}
|