| Total Price: |
@php
$totalPrice = ($bronze * 130) + ($silver * 210) + ($gold * 330);
@endphp
@if(!empty($product->prefix)) {{ $product->prefix }} @endif
{{ number_format($totalPrice, $product->decimals, ',', '') }}
@if(!empty($product->suffix)) {{ $product->suffix }} @endif
|
| Discount Applied: |
0%
|
| Final Price (After Discount): |
@if(!empty($product->prefix)) {{ $product->prefix }} @endif
@if(!empty($product->suffix)) {{ $product->suffix }} @endif
|
|
| Select Character: |
|
|
|
|
| Payment Method: |
{{ ucfirst($paymentMethod->name) }} |
| Account Number: |
shown above |
| Account Email: |
{{ Auth::user()->email }} |
|
|
|
|