{!! Form::label('lblCashier', 'Cashier ID'); !!} {!! Form::number('txtCashier', null, ['class' => 'form-control', 'autocomplete' => 'off', 'placeholder' => 'Cashier ID', 'maxlength' => 10]); !!}