What is the difference between {{ $username }} and {!! $username !!} in Laravel?

{{ $username }} is simply used to display text contents but {!! $username !!} is used to display content with HTML tags if exists.

Popular posts from this blog

json_encode() escaping forward slashes

What Is PHP Form Validation

PHP File Create/Write