Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Laravel get the data and display it in the blade html failed

//Change

return view('dashboard/projects-interests', compact($messages));

//to

return view('dashboard/projects-interests', compact('messages'));
 
PREVIOUS NEXT
Tagged: #Laravel #data #display #blade #html #failed
ADD COMMENT
Topic
Name
2+5 =