Produit :
{{$order->productTotal}}€
Frais de service:
@if(isset($order->data['platformBuyerFees'])){{$order->data['platformBuyerFees']}}€@endif
Total :
{{$order->total + $order->discountTotal}}€
@if($order->discountTotal)
Remise :
{{ $order->discountTotal}}€
Total avec remise:
{{$order->total}}€
@endif
@if(isset($order->data['platformSellerFees']))
Frais vendeur
{{$order->data['platformSellerFees']}}€
@endif
Total comission
{{$order->feeTotal}}€