lundi 1 février 2016

How to add input type="number" in Laravel Blade template?

I want to make input field where user can enter only number. in HTML 5 we use same thing how can i do in blade.

I tried this: {!! Form::number('amount', null, array('class' => 'form-control')) !!}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire