CÓDIGO | MARCA | DESCRIPCIÓN | CANT. | U.M. | P.U | IMPORTE |
---|---|---|---|---|---|---|
{{ $row->item->internal_id }} | {{ $row->m_item->brand != null ? $row->m_item->brand->name : '' }} |
@if($row->name_product_pdf)
{!!$row->name_product_pdf!!}
@else
{!!$row->item->description!!}
@endif
@if (!empty($row->item->presentation)) {!!$row->item->presentation->description!!} @endif
@if($row->attributes)
@foreach($row->attributes as $attr)
{!! $attr->description !!} : {{ $attr->value }} @endforeach @endif {{-- @if($row->discounts) @foreach($row->discounts as $dtos) {{ $dtos->factor * 100 }}% {{$dtos->description }} @endforeach @endif --}} @if($row->item->is_set == 1) @inject('itemSet', 'App\Services\ItemSetService') {{join( "-", $itemSet->getItemsSet($row->item_id) )}} @endif |
@if(((int)$row->quantity != $row->quantity)) {{ $row->quantity }} @else {{ number_format($row->quantity, 0) }} @endif | {{ $row->item->unit_type_id }} | {{ number_format($row->unit_price, 2) }} | {{ number_format($row->total, 2) }} |