{{ __('lbl.basic_product_details') }}

{{ Form::label(__('lbl.product_sku') ,'',['style'=>'width:100%; clear:both']) }}
{{ Form::text('product_sku', '', ["class"=>"form-control mxlen_20","placeholder"=>__('lbl.product_sku'),"id"=>"product_sku"]) }}
{{ Form::label(__('lbl.product_barcode') ,'',['style'=>'width:100%; clear:both']) }}
{{ Form::text('product_barcode', '', ['maxlength' => 20, "class"=>"form-control","placeholder"=>__('lbl.product_barcode'),"id"=>"product_barcode"]) }}
{{--
--}}
{{ Form::label( __('lbl.product_name') ) }} {{ Form::text('product_name', '', ["class"=>"form-control mxlen_100","placeholder"=>__('lbl.product_name'),"id"=>"product_name"]) }}
{{ Form::label(__('lbl.product_type')) }} {{ Form::select('product_type', $product_types, 'Product',["class"=>"form-control","id"=>"product_type"]) }}
{{ Form::label(__('lbl.sel_category')) }} {{ Form::select('cat_id', !empty($categories)? [''=>__('lbl.sel_category')]+$categories:[], '',['class'=>'form-control searchCategory select2','id'=>'cat_id']) }}
{{ Form::label(__('lbl.sel_sub_category')) }} {{ Form::select('sub_cat_id', [''=>__('lbl.sel_category')], '',['class'=>'form-control searchCategory select2','id'=>'sub_cat_id']) }}
{{ Form::label(__('lbl.description')) }} {{ Form::text('product_description', '', ["class"=>"form-control mxlen_400","rows"=>2,"placeholder"=>__('lbl.description'),"id"=>"product_description"]) }}
{{ Form::label(__('lbl.product_cost')) }} {{ Form::text('product_cost', '0.00', ["class"=>"form-control mxlen_8 numer_only","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.product_cost'),"id"=>"product_cost"])}}
{{ Form::label(__('lbl.product_price')) }} {{ Form::text('product_price', '0.00', ["class"=>"form-control mxlen_8 numer_only","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.product_price'),"id"=>"product_price"])}}
{{ Form::label(__('lbl.sort')) }}
{{ Form::number('product_sort', '0', ["class"=>"form-control mxlen_100","placeholder"=>__('lbl.product_sort'),"id"=>"product_sort","min"=>"0"]) }}
{{ Form::label(__('lbl.status')) }} {{ Form::select('product_status', $product_status, 'Active',["class"=>"form-control","id"=>"product_status"]) }}
{{ Form::label(__('lbl.product_color')) }} {!! Form::colorlistSelect('product_color', '',["class"=>"form-control","id"=>"product_color"]) !!}
{{ Form::label(__('lbl.special_instruction')) }} {!! Form::text('special_instruction', '',["class"=>"form-control","id"=>"special_instruction"]) !!}
{{ Form::label(__('lbl.establishments')) }} ({{__('lbl.product_copy_message')}}) {{ Form::select('establishments[]', $establishments, '',["multiple"=>"multiple","class"=>"form-control select2","id"=>"establishments"]) }}
{{ Form::label(__('lbl.tax')) }}
{{ Form::label(__('lbl.is_gratis_services')) }}
{{ Form::label(__('lbl.custom_product')) }}
{{ Form::label(__('lbl.sold_by_weight')) }}
{{ Form::label(__('lbl.pos')) }}
{{ Form::label(__('lbl.web')) }}
{{ Form::label(__('lbl.kiosk')) }}
{{ Form::label(__('lbl.is_gift_card')) }}
{{ Form::label(__('lbl.product_image')) }}