{{ Form::label(__('lbl.printers')) }} {{ Form::select('printer_id', $product_printers_group, !empty($proDetails['printer_id']) ? explode(",",$proDetails['printer_id']) :'',["multiple"=>"multiple", "class"=>"form-control select2","id"=>"printer_id","name"=>"printer_id[]"])
}} @if ($errors->has('printer_id'))
@endif
{{ Form::label(__('lbl.kitchen_print_name')) }} {{ Form::textarea('kitchen_print_name', $proDetails['product_print_name'], ["class"=>"form-control mxlen_100","rows"=>2,"placeholder"=>__('lbl.kitchen_print_name'),"id"=>"kitchen_print_name","name"=>"kitchen_print_name"])
}} @if ($errors->has('kitchen_print_name'))
@endif
{{ Form::label(__('lbl.kitchen_description')) }} {{ Form::textarea('kitchen_description', $proDetails['product_kitchen_description'], ["class"=>"form-control mxlen_100","rows"=>2,"placeholder"=>__('lbl.kitchen_description'),"id"=>"kitchen_description"])
}} @if ($errors->has('kitchen_description'))
@endif