{{ \Illuminate\Support\Str::limit($title, 25, $end='...') }}
{{ \Illuminate\Support\Str::limit($product->name, 25, $end='...') }}
{!! DNS1D::getBarcodeHTML($product->barcode, 'C128', 1.5, 25, 'black', false); !!}
{{ $product->barcode }}
MRP: {{ $product->price->mrp }}
SALE: {{ $product->price->sales_rate }}
{{ \Illuminate\Support\Str::limit($title, 25, $end='...') }}
{{ \Illuminate\Support\Str::limit($product->name, 25, $end='...') }}
{!! DNS1D::getBarcodeHTML($product->barcode, 'C128', 1.5, 25, 'black', false); !!}
{{ $product->barcode }}
MRP: {{ $product->price->mrp }}
SALE: {{ $product->price->sales_rate }}