@extends('backend.layout.main') @section('content')

{{__('db.print_barcode')}}

@csrf

{{__('db.The field labels marked with are required input fields')}}.

@foreach ($preLoadedproducts as $key=>$preLoadedproduct) @endforeach
{{__('db.name')}} {{__('db.Code')}} {{__('db.Quantity')}} {{__('db.Warehouse')}} / {{__('db.Price')}}
{{$preLoadedproduct[0]}} {{$preLoadedproduct[1]}}

{{-- CUT --}}
{{__('db.Product Name')}} 
Size:
 
{{__('db.Price')}} 
Size:
 
{{__('db.Promotional Price')}}
Size:
 
{{__('db.Business Name')}}
Size:
 
{{__('db.Brand')}}
Size:
 

{{__('db.Add New Setting')}}
{{--
--}}
@endsection @push('scripts') @endpush