public function handle($request, Closure $next)
{
try {
return parent::handle($request, $next);
} catch (TokenMismatchException $exception) {
// ...
}
}
if ($exception instanceof TokenMismatchException)