1 Answers
Best Answer
You have to write the route in the following way:
‘App\Http\Controllers\[email protected]’
or
use App\Http\Controllers\ProductController;
[Product::class,’index’]