@extends('layouts.admin.app') @section('title', $product->name . ' ' . \App\Utils\translate('barcode') . ' ' . date("Y/m/d")) @push('css_or_js') @endpush @section('content')
{{\App\Utils\translate('code')}} {{\App\Utils\translate('name')}} {{\App\Utils\translate('quantity')}} {{\App\Utils\translate('action')}}
{{ $product->product_code }} {{ Str::limit($product->name,30) }}
{{\App\Utils\translate('maximum_quantity_270')}}
{{\App\Utils\translate('reset')}}

{{\App\Utils\translate("This page is for A4 size page printer, so it won't be visible in smaller devices")}}.

@if ($limit)
@for ($i = 0; $i <$limit; $i++) @if($i%27==0 && $i!=0)
@endif
{{ \App\Models\BusinessSetting::where('key','shop_name')->first()->value }} {{Str::limit($product->name,30)}} {{priceCurrencyFormatPlacing($product['selling_price'], \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position())}} {!! DNS1D::getBarcodeHTML($product->product_code, "C128") !!} {{\App\Utils\translate('code')}} : {{$product->product_code}}
@endfor
@endif
@endsection @push('script_2') @endpush