Hello @boukharilina
It means you have a return type defined (as Illuminate\Http\Response ) and you need to change it to Illuminate\View\View
Example:
From: public function index(): \Illuminate\Http\Response
To: public function index(): \Illuminate\View\View
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.