79162709

Date: 2024-11-06 13:08:42
Score: 1.5
Natty:
Report link

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'));
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Surjith