@php $company = $document->company; $items = $document->items; @endphp {{-- --}} {{-- --}} {{-- --}} @foreach($items as $index => $row) {{-- --}} {{-- --}} @endforeach
# CANTIDAD DESCRIPCIƓNUNIDCOSTOTOTAL
{{ $index++ }} {{ $row->quantity }} {!! $row->name !!}{{ floatval($row->unit_cost) }}{{ floatval($row->total) }}