

@extends('shop/layout') @section('shop')
Product | Qty | Price | |
---|---|---|---|
|
{{$line->product->title}} | {{$line->qty}} | {{$line->price}}{{$order->currency}} |
Total : {{$order->total}}{{$order->currency}} {{ $order->datas['cryptoPrice']}} {{$order->datas['cryptoCurrency']}} |