96683/in-an-laravelcollective-submit-button-how-to-add-icon
I'm trying to add a trash icon to submit button and I tried this :
{!! Form::submit('', ['class' => 'btn btn-warning btn-sm fa fa-trash']) !!}
but the icon won't show. How to solve this ?
Hello @kartik,
Try to use Form::button instead of Form::submit:
{{ Form::button('<i class="fa fa-trash"></i>', ['type' => 'submit', 'class' => 'btn btn-warning btn-sm'] ) }}
Hope it helps!!
Thank you!!
Hello @kartik, try using nullable as a rule 'password' ...READ MORE
Hello @kartik, add <meta> tag with the token to the ...READ MORE
Hello @kartik, One of the methods it provides ...READ MORE
Hello @kartik, If you have a collection you ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, Try using this code: public function up() ...READ MORE
You need do little modification in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.