Use fa-icon in table builder
I'm working in a project who already have a database in production.
The database have a table with a column called icon. The icon column have values like: <i class="fas fa-hard-hat"></i>
I need to span this icons in a table. It's possible do that?
Because when i tried to add ->html() to the TextForm, the cell become empty.
I already tried to install the owenvoke/blade-fontawesome package
0 Replies