QueryException {#875
  #sql: "select `products`.* from `products` inner join `product_attr` on `products`.`id` = `product_attr`.`product_id` inner join `attrs` on `attrs`.`id` = `product_attr`.`attr_id` where `attrs`.`key` = ? and `product_attr`.`value` = ? and `status` != ?"
  #bindings: array:3 [
    0 => "author"
    1 => "21594"
    2 => "disabled"
  ]
  #message: "SQLSTATE[HY000] [1203] User kitapk_bazaar already has more than 'max_user_connections' active connections (SQL: select `products`.* from `products` inner join `product_attr` on `products`.`id` = `product_attr`.`product_id` inner join `attrs` on `attrs`.`id` = `product_attr`.`attr_id` where `attrs`.`key` = author and `product_attr`.`value` = 21594 and `status` != disabled)"
  #code: 1203
  #file: "/home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
  #line: 664
  -previous: PDOException {#876
    #message: "SQLSTATE[HY000] [1203] User kitapk_bazaar already has more than 'max_user_connections' active connections"
    #code: 1203
    #file: "/home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php"
    #line: 70
    +errorInfo: array:3 [
      0 => "HY000"
      1 => 1203
      2 => "User kitapk_bazaar already has more than 'max_user_connections' active connections"
    ]
    trace: {
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:70 {
        › 
        ›     return new PDO($dsn, $username, $password, $options);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:46 {return $this->createPdoConnection(    $dsn, $username, $password, $options);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {// connection's behavior, and some might be specified by the developers.$connection = $this->createConnection($dsn, $config, $options);}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {try {    return $this->createConnector($config)->connect($config);} catch (PDOException $e) {
      }
      Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:918 {if ($this->pdo instanceof Closure) {    return $this->pdo = call_user_func($this->pdo);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:943 {
        › 
        ›     return $this->readPdo ?: $this->getPdo();}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {{    return $useReadPdo ? $this->getReadPdo() : $this->getPdo();}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {// row from the database table, and will either be an array or objects.$statement = $this->prepared($this->getPdoForSelect($useReadPdo)                  ->prepare($query));
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {try {    $result = $callback($query, $bindings);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {try {    $result = $this->runQueryCallback($query, $bindings, $callback);} catch (QueryException $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {        return $statement->fetchAll();    });}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2095 {return $this->connection->select(    $this->toSql(), $this->getBindings(), ! $this->useWritePdo);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2083 {return collect($this->onceWithColumns($columns, function () {    return $this->processor->processSelect($this, $this->runSelect());}));
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2569 {
        › 
        › $result = $callback();}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2084 {        return $this->processor->processSelect($this, $this->runSelect());    }));}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:519 {return $this->model->hydrate(    $this->query->get($columns)->all())->all();
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:503 {// n+1 query issue for the developers to avoid running a lot of queries.if (count($models = $builder->getModels($columns)) > 0) {    $models = $builder->eagerLoadRelations($models);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/app/Services/Catalog/Command/GetProducts.php:96 {
        › 
        › $data['authors'] = Authors::getAuthorsByProductList($products->get());$data['publishers'] = Publishers::getPublishersByProductList($products->get());
      }
      App\Services\Catalog\Command\GetProducts->handle() {}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {return call_user_func_array(    $callback, static::getMethodDependencies($container, $callback, $parameters));
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
        › 
        ›     return $default instanceof Closure ? $default() : $default;}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {        );    });}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php:572 {{    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:94 {$callback = function ($command) {    return $this->container->call([$command, 'handle']);};
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {return function ($passable) use ($destination) {    return $destination($passable);};
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:98 {
        › 
        ›     return $this->pipeline->send($command)->through($this->pipes)->then($callback);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:76 {
        › 
        ›     return $this->dispatchNow($command);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php:17 {{    return app(Dispatcher::class)->dispatch($job);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Controllers/Store/StoreController.php:75 {
        › 
        › $products = $this->dispatch(new GetProducts($params));}
      /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Controllers/Store/StoreController.php:63 {
        › 
        ›     return $this->authors($authorId, $link, $info);}
      }
      App\Http\Controllers\Store\StoreController->seoAuthors() {}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {{    return call_user_func_array([$this, $method], $parameters);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {if (method_exists($controller, 'callAction')) {    return $controller->callAction($method, $parameters);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:219 {return $this->controllerDispatcher()->dispatch(    $this, $this->getController(), $this->getControllerMethod());
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:176 {if ($this->isControllerAction()) {    return $this->runController();}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:682 {return $this->prepareResponse(    $request, $route->run());
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Middleware/VerifyCsrfToken.php:28 {
        › 
        ›     return parent::handle($request, $next);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {                        );                    });}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {{    return $this->runRoute($request, $this->findRoute($request));}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
        › 
        ›     return $this->dispatchToRoute($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
        › 
        ›     return $this->router->dispatch($request);};
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
        › 
        › $response = $next($request);}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {{    $response = $next($request);}
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {{    return $this->encrypt($next($this->decrypt($request)));}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/barryvdh/laravel-cors/src/HandlePreflight.php:29 {
        › 
        ›     return $next($request);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {                ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
      }
      /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
      }
      /home/kitapk/web/kitapkalbi.com/public_html/public/index.php:52 {$response = $kernel->handle(\t$request = Illuminate\Http\Request::capture());
      }
    }
  }
  +errorInfo: array:3 [
    0 => "HY000"
    1 => 1203
    2 => "User kitapk_bazaar already has more than 'max_user_connections' active connections"
  ]
  trace: {
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {catch (Exception $e) {    throw new QueryException(        $query, $this->prepareBindings($bindings), $e
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {try {    $result = $this->runQueryCallback($query, $bindings, $callback);} catch (QueryException $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {        return $statement->fetchAll();    });}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2095 {return $this->connection->select(    $this->toSql(), $this->getBindings(), ! $this->useWritePdo);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2083 {return collect($this->onceWithColumns($columns, function () {    return $this->processor->processSelect($this, $this->runSelect());}));
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2569 {
      › 
      › $result = $callback();}
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2084 {        return $this->processor->processSelect($this, $this->runSelect());    }));}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:519 {return $this->model->hydrate(    $this->query->get($columns)->all())->all();
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:503 {// n+1 query issue for the developers to avoid running a lot of queries.if (count($models = $builder->getModels($columns)) > 0) {    $models = $builder->eagerLoadRelations($models);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/app/Services/Catalog/Command/GetProducts.php:96 {
      › 
      › $data['authors'] = Authors::getAuthorsByProductList($products->get());$data['publishers'] = Publishers::getPublishersByProductList($products->get());
    }
    App\Services\Catalog\Command\GetProducts->handle() {}
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {return call_user_func_array(    $callback, static::getMethodDependencies($container, $callback, $parameters));
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
      › 
      ›     return $default instanceof Closure ? $default() : $default;}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {        );    });}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php:572 {{    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:94 {$callback = function ($command) {    return $this->container->call([$command, 'handle']);};
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {return function ($passable) use ($destination) {    return $destination($passable);};
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:98 {
      › 
      ›     return $this->pipeline->send($command)->through($this->pipes)->then($callback);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:76 {
      › 
      ›     return $this->dispatchNow($command);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php:17 {{    return app(Dispatcher::class)->dispatch($job);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Controllers/Store/StoreController.php:75 {
      › 
      › $products = $this->dispatch(new GetProducts($params));}
    /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Controllers/Store/StoreController.php:63 {
      › 
      ›     return $this->authors($authorId, $link, $info);}
    }
    App\Http\Controllers\Store\StoreController->seoAuthors() {}
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {{    return call_user_func_array([$this, $method], $parameters);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {if (method_exists($controller, 'callAction')) {    return $controller->callAction($method, $parameters);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:219 {return $this->controllerDispatcher()->dispatch(    $this, $this->getController(), $this->getControllerMethod());
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:176 {if ($this->isControllerAction()) {    return $this->runController();}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:682 {return $this->prepareResponse(    $request, $route->run());
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/app/Http/Middleware/VerifyCsrfToken.php:28 {
      › 
      ›     return parent::handle($request, $next);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {                        );                    });}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {{    return $this->runRoute($request, $this->findRoute($request));}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
      › 
      ›     return $this->dispatchToRoute($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
      › 
      ›     return $this->router->dispatch($request);};
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
      › 
      › $response = $next($request);}
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {{    $response = $next($request);}
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {{    return $this->encrypt($next($this->decrypt($request)));}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/barryvdh/laravel-cors/src/HandlePreflight.php:29 {
      › 
      ›     return $next($request);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {                ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
    }
    /home/kitapk/web/kitapkalbi.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
    }
    /home/kitapk/web/kitapkalbi.com/public_html/public/index.php:52 {$response = $kernel->handle(\t$request = Illuminate\Http\Request::capture());
    }
  }
}