@section('title') {{trans('website.labels.order-confirmation')}} - {{Config::get('website.title')}} @stop @section('container')
| {{trans('website.labels.helios')}} | {{trans('website.labels.product')}} | {{trans('website.labels.quantity')}} | {{trans('website.labels.tax-rate')}} | {{trans('website.labels.item-price')}} | {{trans('website.labels.price')}} |
|---|---|---|---|---|---|
| {{$row->book->helios}} |
{{HTML::image($row->book->image->url('small'), $row->book->title, ['class' => 'img-thumbnail'])}}
{{str_limit($row->book->title, 60)}}{{str_limit($row->book->author, 55)}} |
{{$row->qty}} | {{$row->options->vat}}% | {{number_format($row->price, 2, ',', ' ')}} € | {{number_format($row->subtotal, 2, ',', ' ')}} € |
|
{{trans('website.messages.empty-cart')}}
|
|||||