| Total Price: |
@php $totalPrice = $product->value; @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
|
|
|
|
| Payment Method |
{{ ucfirst($paymentMethod->name) }} |
| Account Number: |
shown above |
| Account Email: |
{{ Auth::user()->email }} |
|
|
|
|