{{-- --}}
{{dd($user)}} {{--# | --}} {{--Item | --}} {{--Description | --}} {{--Unit Cost | --}} {{--Qty | --}} {{--Total | --}} {{--
---|---|---|---|---|---|
--}} {{-- {product.code} | --}} {{--{product.title} | --}} {{--{product.description} | --}} {{--${product.price} | --}} {{----}}
{{-- {product.quantity} --}}
{{-- | --}}
{{-- --}}
{{-- ${product.quantity*product.price} --}}
{{-- | --}}
{{--
--}} {{-- Subtotal--}} {{-- | --}} {{--${total} | --}} {{--
--}} {{-- Discount (20%)--}} {{-- | --}} {{--${discount} | --}} {{--
--}} {{-- VAT (10%)--}} {{-- | --}} {{--${VAT} | --}} {{--
--}} {{-- Total--}} {{-- | --}} {{----}} {{-- ${total-discount-VAT}--}} {{-- | --}} {{--