@php /** * @var $document Modules\Quotation\Entities\QuotationEntity * @var $row Modules\Quotation\Entities\QuotationItemEntity */ $items = $document->items; @endphp
| Item | Cod.Producto | Descripción | Cant. | U.M. | P.Unit | P.Total |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->internal_id }} | {!! $row->name !!} | {{ $row->quantity }} | {{ $row->unit_type_id }} | {{ $row->unit_price }} | {{ $row->total }} |