{!! Form::label('path', __('Path') . ':*') !!}
{!! Form::text('path', null, ['class' => 'form-input', 'required']); !!}
Connection Type Windows: The device files will be along the lines of LPT1 (parallel) or COM1 (serial). Connection Type Linux: Your printer device file will be somewhere like /dev/lp0 (parallel), /dev/usb/lp1 (USB), /dev/ttyUSB0 (USB-Serial), /dev/ttyS0 (serial).