@php use Illuminate\Support\Str; @endphp
@if (!empty($records))|
@php
$wrapped = wordwrap($record->item->description, 16, " \n", true); $lines = explode(' ', $wrapped); if (count($lines) > 2) { $wrapped = $lines[0] . ' ' . $lines[1]; } @endphp {!! $wrapped !!} |
T{{ $record->size }} |
|
@php
$colour = [0, 0, 0];
$generator = new \Picqer\Barcode\BarcodeGeneratorPNG();
echo ' {{ $record->item->barcode }} |
{{ $record->item->currency_type->symbol }} {{ withoutRounding($general_price, 2) }}
|
No se encontraron registros.