Laravel – php controller not giving info
I have a problem where I need a product list that is stored in a database to be displayed on my start.blade.php page, but an error shows: Undefined variable $products Here is all of my code: start.blade.php: @extends('layouts.app') @section('content') <section…