-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blade statement doesn't render to html code #83
Comments
Same here:
|
If you want just icons, add font-awesome library |
It seems like you don't have the Hope it will help :) |
I create this variable on the controller:
$shareComponent = Share::page('http://jorenvanhocht.be') ->facebook() ->twitter() ->linkedin() ->reddit();
I send the $shareComponent to a view, and I tried the {!! $shareComponent !!} but instead of print it like this:
the output in the template is, literally a text:
And no more, it doesn't show the icons or the urls, nothing.
How can I solve this problem? Its a issue?
This is what I have in my compose.json:
The text was updated successfully, but these errors were encountered: