@extends('backend.layout.main') @section('content') {{__('db.print_barcode')}} @csrf {{__('db.The field labels marked with * are required input fields')}}. {{__('db.add_product')}} * {{__('db.name')}} {{__('db.Code')}} {{__('db.Quantity')}} {{__('db.Warehouse')}} / {{__('db.Price')}} @foreach ($preLoadedproducts as $key=>$preLoadedproduct) {{$preLoadedproduct[0]}} {{$preLoadedproduct[1]}} {{__('db.Choose Warehouse')}} @foreach($warehouses as $id => $warehouse) {{ $warehouse }} @endforeach @endforeach {{-- CUT --}} {{__('db.Information on Label')}} * {{__('db.Product Name')}} Size: {{__('db.Price')}} Size: {{__('db.Promotional Price')}} Size: {{__('db.Business Name')}} Size: {{__('db.Brand')}} Size: {{__('db.paper_size')}} * @foreach($barcode_settings as $key => $value) id == $key ? 'selected' : '' }}>{{ $value }} @endforeach {{ __('db.submit') }} {{__('db.Add New Setting')}} {{-- --}} {{__('db.Barcode')}} {{__('db.Print')}} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.