@php /** * @var $company Modules\Facturalo\Entities\Company\CompanyEntity * @var $document Modules\Document\Entities\Guide\GuideEntity * @var $items Modules\Document\Entities\Guide\GuideItemEntity */ $company = $document->company; $items = $document->items; @endphp
CÓDIGO | DESCRIPCIÓN | CANT | {{--UNID | --}}COSTO | TOTAL |
---|---|---|---|---|---|
{{ $row->internal_id }} | {!! $row->name !!} | {{ $row->quantity }} | {{ floatval($row->unit_cost) }} | {{ floatval($row->total) }} |