@extends('backend.layout.main') @section('content') {{__('db.print_barcode')}} @lang( 'barcode.products' ) @lang( 'barcode.no_of_labels' ) @if(request()->session()->get('business.enable_lot_number') == 1) @lang( 'lang_v1.lot_number' ) @endif @if(request()->session()->get('business.enable_product_expiry') == 1) @lang( 'product.exp_date' ) @endif @lang('lang_v1.packing_date') @lang('lang_v1.selling_price_group') {{-- @include('labels.partials.show_table_rows', ['index' => 0]) --}} Paper Size * @foreach($barcode_settings as $key => $value) id == $key ? 'selected' : '' }}>{{ $value }} @endforeach @lang( 'file.submit' ) @endsection @push('scripts') @endpush