When I make a disconnection command to the function: With the aim of deleting all the sessions that user has been creating.
public function Desconectarse(Request $request) {
session()->flush();
return view('index');
}
And when I put the username and password in the index, it gives an error:
TokenMismatchException in VerifyCsrfToken.php line 53: