@extends( 'layout.dashboard' ) @section( 'layout.dashboard.body' )
| {{ __( 'Product' ) }} | {{ __( 'Unit' ) }} | {{ __( 'Quantity' ) }} | {{ __( 'Tax Value' ) }} | {{ __( 'Total' ) }} |
|---|---|---|---|---|
| @{{ product.name }} | @{{ product.unit_name }} | @{{ product.quantity }} | @{{ product.tax_value | currency }} | @{{ product.total_price | currency }} |
| @{{ totalQuantity }} | @{{ totalTaxes | currency }} | @{{ totalPrice | currency }} | ||