|
|
Order Payment Failed!
There was a problem with the payment process for the order. Please
contact 3roodExpress support.
@if($order != null)
Payment Attachments:
Order: {{$order->number}}
@if($tapChargeId !== null)
Tap Charge ID: {{$tapChargeId}}
@endif
@if($chargeToken !== null)
Tap Charge Token: {{$chargeToken}}
@endif
@if($status !== null)
Status: {{$status}}
@endif
|
@endif
@if($order != null)
|
Item
|
Qty
|
Cost
per Item
|
Total
|
@foreach ($order->orderItems as $orderItem)
|
{{$orderItem->unit_name_en}}
- {{$orderItem->unit_name_ar}}
|
{{$orderItem->quantity}}
|
{{$orderItem->unit_price}}
|
{{$orderItem->total}}
|
@endforeach
| |
Subtotal: |
{{$order->formatted_subtotal}}
|
| |
Grand Total: |
{{$order->formatted_total}} |
@endif
|
|
|
|
|
|
|
Connect with 3roodExpress
|
|
|
|
|