Skip to content

Tag: laravel

Laravel Undefined variable: messages

I am getting an undefined variable error after I have added this into my controller: I have a table with a details button the idea being it goes to a more advanced view and detailed to the specific message, I am having issues with it as it’s giving me an Undefined variable: message (View: C:UsersBradley…

dropdown is populating empty list in laravel 6

Laravel Version 6. PHP 7.4. I simply wants to populate my dropdown values form database table. Initially, It was returning error “variable undefined” but when I enclosed my code into if condition, my error was gone but drop-down list is empty. Please suggest where I’ m stuck. Route.php Contr…

Use Laravel Eloquent joining

Hello I want to retrieve only rows of quizzes that the student didn’t take yet When he completes a quiz the variable done in QuizStudent table is going to become 1 Quiz table My relationships: …

Printing number of rows in Laravel

I am trying to print number of rows in Laravel from MySQL but i get this error: htmlspecialchars() expects parameter 1 to be string, object given (View: C:wamp64wwwkontresourcesviewsprofile….