can i see your views , the button that you give action delete route, maybe you are missing data-method delete , because the route method is delete
if you want to validate request you can use like this
$this->validate($request, [ 'user_id' => 'required' ]),
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community