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

{{ Form::label(__('lbl.printers')) }} {{ Form::select('printer_id[]', $product_printers_group, '',["multiple"=>"multiple", "class"=>"form-control select2","id"=>"printer_id"]) }}
{{ Form::label(__('lbl.kitchen_print_name')) }} {{ Form::textarea('kitchen_print_name', '', ["class"=>"form-control mxlen_100","rows"=>2,"placeholder"=>__('lbl.kitchen_print_name'),"id"=>"kitchen_print_name"]) }}
{{ Form::label(__('lbl.kitchen_description')) }} {{ Form::textarea('kitchen_description', '', ["class"=>"form-control mxlen_100","rows"=>2,"placeholder"=>__('lbl.kitchen_description'),"id"=>"kitchen_description"]) }}