79210420

Date: 2024-11-21 09:10:34
Score: 1
Natty:
Report link

It's fixed now!

The issue was there was a backslash at the end of the route name.

Route::resource('/admin/property-types', PropertyTypeController::class);

Fix

Route::resource('/admin/property-types/', PropertyTypeController::class);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wisamx