Laravel 10 app/Exceptions/Handler.php//上部use Throwable;の下あたりuse Illuminate\Session\TokenMismatchException;//|||//末尾に追加public function render($request, Throwable $exception){ if ($exception instanceof TokenMismatchException) { re