@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 {{-- --}} @foreach($items as $row) @endforeach
CÓDIGO DESCRIPCIÓN CANTUNIDCOSTO TOTAL
{{ $row->internal_id }} {!! $row->name !!} {{ $row->quantity }} {{ floatval($row->unit_cost) }} {{ floatval($row->total) }}