@php $company = \App\Models\Tenant\Company::active(); @endphp {{-- --}} @if (!empty($record)) @for ($i = 0; $i < $stock; $i++)
{{ $company->name }}

{{ strtoupper($record->description) }}

@php $colour = [0, 0, 0]; $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); echo ''; @endphp

{{ $record->barcode }}

{{ $record->currency_type->symbol }} {{ $record->sale_unit_price }}

@endfor @else

No se encontraron registros.

@endif