Php versions – Laravel Blade Displaying Data
I have a weird problem with the syntax of laravel (version 7) {{ }}, where I use PHP syntax like that: <?php echo $thread->lastReply->user->name; ?> I get my user displayed but with the blade syntax : {{$thread->lastReply->user->name}} I got this…