79145502

Date: 2024-10-31 16:23:24
Score: 0.5
Natty:
Report link

This happens because you named the variable "$services". Laravel is looking to bind to $service (/services/{service}).

More information here: (https://laravel.com/docs/11.x/controllers#restful-naming-resource-route-parameters)

Your index and store routes work fine because they don't require a parameter.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: naamhierzo