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

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

{{--
--}} {!! Form::open(['url' => '#', 'method' => 'post', 'id' => 'preview_setting_form', 'onsubmit' => 'return false']) !!} {{-- @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/Price')}}
{{$preLoadedproduct[0]}} {{$preLoadedproduct[1]}}

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

{!! Form::select('barcode_setting', $barcode_settings, !empty($default) ? $default->id : null, ['class' => 'form-control']); !!} {{-- --}}
{{--
{{--
--}} {!! Form::close() !!}
@endsection @push('scripts') @endpush