In the laravel framework we can use blade to add PHP code in html file. We are using both {{ }} and {!! !!} syntax in blade files of Laravel. <
{{ }}
{!! !!}
If you don't want the data to be escaped then use {!! !!} else use {{ }}.