In your controller, you’re returning the view as logged.start, but your start.blade.php file is likely in the resources/views folder.
return view('start', compact('products'));