Skip to content
Advertisement

Undefined variable in Laravel 8 (running php 8)

I try to show variable from the controller to blade in laravel but the result is “Undefined Variable”

UserController.php

JavaScript

Web.php

JavaScript

});

user.blade.php

JavaScript

I really appreciate your answer.

Advertisement

Answer

change your web.php file

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement