@extends('layouts.master') @section('title', 'Checkout') @section('content')
{{ $item->product['name'][$locale] }} | Qtd: {{ $item->quantity }}
REF. {{ $item->product['ref'] }}
€ {{ $item->product->price }} | € {{ $item->product->hasDiscount->discount_product_price }}
€ {{ $item->product->price }}
@endif