sadieins1 year agoLevel 1ReplyReport SpamI think your main HTML file needs a .php extension for PHP to process it. Solution: If you're using PHP for includes, ensure the file you're including has a .php extension and the include statement is within PHP tags (). Like Reply 1 like
abdulbasit540 OP 1 year agoLevel 1ReplyReport Spami am using Laravel. this situation is in blade file Like Reply
JussiMannisto1 year agoLevel 50ReplyReport SpamAre all of the blade files named filename.blade.php? Like Reply
JussiMannisto1 year agoLevel 50ReplyReport Spam@abdulbasit540 If the @include tag is showing up as is, then the file isn't being treated as a blade file. Show the code along with the filenames. Like Reply