^ Illuminate\Database\QueryException {#660
  #sql: "select * from information_schema.tables where table_schema = ? and table_name = ?"
  #bindings: array:2 [
    0 => "eservice"
    1 => "email_setting"
  ]
  #message: "SQLSTATE[08006] [7] FATAL:  database "app16_munerp_live" does not exist (SQL: select * from information_schema.tables where table_schema = eservice and table_name = email_setting)"
  #code: 7
  #file: "/home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
  #line: 664
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#663
    -errorCode: 7
    -sqlState: 7
    #message: "SQLSTATE[08006] [7] FATAL:  database "app16_munerp_live" does not exist"
    #code: 7
    #file: "/home/punarbaseservice/taxeservice/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
    #line: 18
    -previous: PDOException {#662
      #message: "SQLSTATE[08006] [7] FATAL:  database "app16_munerp_live" does not exist"
      #code: 7
      #file: "/home/punarbaseservice/taxeservice/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
      #line: 40
      +errorInfo: null
      trace: {
        /home/punarbaseservice/taxeservice/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › try {\r    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);\r    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);\r
          arguments: {
            $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
            $username: "tax"
            $passwd: "T@xApp12#25"
            $options: array:4 [ …4]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67 {
          Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
          › if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {\r    return new PDOConnection($dsn, $username, $password, $options);\r}\r
          arguments: {
            $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
            $user: "tax"
            $password: "T@xApp12#25"
            $options: array:4 [ …4]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:46 {
          Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
          › return $this->createPdoConnection(\r    $dsn, $username, $password, $options\r);\r
          arguments: {
            $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
            $username: "tax"
            $password: "T@xApp12#25"
            $options: array:4 [ …4]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
          Illuminate\Database\Connectors\PostgresConnector->connect(array $config) …
          › $connection = $this->createConnection(\r    $this->getDsn($config), $config, $this->getOptions($config)\r);\r
          arguments: {
            $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
            $config: array:11 [ …11]
            $options: array:4 [ …4]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
          Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
          › try {    return $this->createConnector($config)->connect($config);} catch (PDOException $e) {
          arguments: {
            $config: array:11 [ …11]
          }
        }
        Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:918 {
          Illuminate\Database\Connection->getPdo() …
          › if ($this->pdo instanceof Closure) {\r    return $this->pdo = call_user_func($this->pdo);\r}\r
          arguments: {
            $function_name: Closure() {#262 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:943 {
          Illuminate\Database\Connection->getReadPdo() …
          › \r    return $this->readPdo ?: $this->getPdo();\r}\r
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
          Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
          › {\r    return $useReadPdo ? $this->getReadPdo() : $this->getPdo();\r}\r
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
          Illuminate\Database\Connection->Illuminate\Database\{closure} …
          › // row from the database table, and will either be an array or objects.\r$statement = $this->prepared($this->getPdoForSelect($useReadPdo)\r                  ->prepare($query));\r
          arguments: {
            $useReadPdo: true
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
          Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
          › try {\r    $result = $callback($query, $bindings);\r}\r
          arguments: {
            "select * from information_schema.tables where table_schema = ? and table_name = ?"
            array:2 [ …2]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
          Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
          › try {\r    $result = $this->runQueryCallback($query, $bindings, $callback);\r} catch (QueryException $e) {\r
          arguments: {
            $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
            $bindings: array:2 [ …2]
            $callback: Closure($query, $bindings) {#659 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
          Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
          ›         return $statement->fetchAll();\r    });\r}\r
          arguments: {
            $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
            $bindings: array:2 [ …2]
            $callback: Closure($query, $bindings) {#659 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Schema/PostgresBuilder.php:20 {
          Illuminate\Database\Schema\PostgresBuilder->hasTable($table) …
          › return count($this->connection->select(    $this->grammar->compileTableExists(), [$schema, $table])) > 0;
          arguments: {
            $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
            $bindings: array:2 [ …2]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:237 {
          Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
          › \r    return $instance->$method(...$args);\r}\r
          arguments: {
            $table: "email_setting"
          }
        }
        /home/punarbaseservice/taxeservice/app/Providers/MailConfigServiceProvider.php:19 {
          App\Providers\MailConfigServiceProvider->boot() …
          › {\r    if (Schema::hasTable('email_setting')) {\r        $emailServices =EmailSetting::validate()->first();\r
          arguments: {
            $method: "hasTable"
            $args: array:1 [ …1]
          }
        }
        App\Providers\MailConfigServiceProvider->boot() {}
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
          Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
          › return call_user_func_array(\r    $callback, static::getMethodDependencies($container, $callback, $parameters)\r);\r
          arguments: {
            $function_name: array:2 [ …2]
            $parameters: []
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
          Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
          › \r    return $default instanceof Closure ? $default() : $default;\r}\r
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
          Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
          ›         );\r    });\r}\r
          arguments: {
            $container: Illuminate\Foundation\Application {#5 …}
            $callback: array:2 [ …2]
            $default: Closure() {#34 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/Container.php:572 {
          Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
          › {\r    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);\r}\r
          arguments: {
            $container: Illuminate\Foundation\Application {#5 …}
            $callback: array:2 [ …2]
            $parameters: []
            $defaultMethod: null
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:819 {
          Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
          › if (method_exists($provider, 'boot')) {\r    return $this->call([$provider, 'boot']);\r}\r
          arguments: {
            $callback: array:2 [ …2]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:802 {
          Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
          › array_walk($this->serviceProviders, function ($p) {\r    $this->bootProvider($p);\r});\r
          arguments: {
            $provider: App\Providers\MailConfigServiceProvider {#183 …}
          }
        }
        Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:803 {
          Illuminate\Foundation\Application->boot() …
          ›     $this->bootProvider($p);\r});\r\r
          arguments: {
            &$input: array:48 [ …48]
            $funcname: Closure($p) {#32 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
          Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
          › {    $app->boot();}
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:211 {
          Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
          › \r$this->make($bootstrapper)->bootstrap($this);\r\r
          arguments: {
            $app: Illuminate\Foundation\Application {#5 …}
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
          Illuminate\Foundation\Http\Kernel->bootstrap() …
          › if (! $this->app->hasBeenBootstrapped()) {\r    $this->app->bootstrapWith($this->bootstrappers());\r}\r
          arguments: {
            $bootstrappers: array:6 [ …6]
          }
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
          Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
          › \r$this->bootstrap();\r\r
        }
        /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
          Illuminate\Foundation\Http\Kernel->handle($request) …
          › \r    $response = $this->sendRequestThroughRouter($request);\r} catch (Exception $e) {\r
          arguments: {
            $request: Illuminate\Http\Request {#44 …}
          }
        }
        /home/punarbaseservice/taxeservice/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
          arguments: {
            $request: Illuminate\Http\Request {#44 …}
          }
        }
      }
    }
    +errorInfo: null
    trace: {
      /home/punarbaseservice/taxeservice/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
        Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
        › {    return new self($exception);}
      }
      /home/punarbaseservice/taxeservice/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › } catch (PDOException $exception) {\r    throw Exception::new($exception);\r}\r
        arguments: {
          $exception: PDOException {#662}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67 {
        Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
        › if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {\r    return new PDOConnection($dsn, $username, $password, $options);\r}\r
        arguments: {
          $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
          $user: "tax"
          $password: "T@xApp12#25"
          $options: array:4 [ …4]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:46 {
        Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
        › return $this->createPdoConnection(\r    $dsn, $username, $password, $options\r);\r
        arguments: {
          $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
          $username: "tax"
          $password: "T@xApp12#25"
          $options: array:4 [ …4]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
        Illuminate\Database\Connectors\PostgresConnector->connect(array $config) …
        › $connection = $this->createConnection(\r    $this->getDsn($config), $config, $this->getOptions($config)\r);\r
        arguments: {
          $dsn: "pgsql:host=10.20.21.136;dbname=app16_munerp_live;port=5432;sslmode=prefer"
          $config: array:11 [ …11]
          $options: array:4 [ …4]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
        Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
        › try {    return $this->createConnector($config)->connect($config);} catch (PDOException $e) {
        arguments: {
          $config: array:11 [ …11]
        }
      }
      Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:918 {
        Illuminate\Database\Connection->getPdo() …
        › if ($this->pdo instanceof Closure) {\r    return $this->pdo = call_user_func($this->pdo);\r}\r
        arguments: {
          $function_name: Closure() {#262 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:943 {
        Illuminate\Database\Connection->getReadPdo() …
        › \r    return $this->readPdo ?: $this->getPdo();\r}\r
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
        Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
        › {\r    return $useReadPdo ? $this->getReadPdo() : $this->getPdo();\r}\r
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
        Illuminate\Database\Connection->Illuminate\Database\{closure} …
        › // row from the database table, and will either be an array or objects.\r$statement = $this->prepared($this->getPdoForSelect($useReadPdo)\r                  ->prepare($query));\r
        arguments: {
          $useReadPdo: true
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
        Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
        › try {\r    $result = $callback($query, $bindings);\r}\r
        arguments: {
          "select * from information_schema.tables where table_schema = ? and table_name = ?"
          array:2 [ …2]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
        Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
        › try {\r    $result = $this->runQueryCallback($query, $bindings, $callback);\r} catch (QueryException $e) {\r
        arguments: {
          $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
          $bindings: array:2 [ …2]
          $callback: Closure($query, $bindings) {#659 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
        Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
        ›         return $statement->fetchAll();\r    });\r}\r
        arguments: {
          $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
          $bindings: array:2 [ …2]
          $callback: Closure($query, $bindings) {#659 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Schema/PostgresBuilder.php:20 {
        Illuminate\Database\Schema\PostgresBuilder->hasTable($table) …
        › return count($this->connection->select(    $this->grammar->compileTableExists(), [$schema, $table])) > 0;
        arguments: {
          $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
          $bindings: array:2 [ …2]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:237 {
        Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
        › \r    return $instance->$method(...$args);\r}\r
        arguments: {
          $table: "email_setting"
        }
      }
      /home/punarbaseservice/taxeservice/app/Providers/MailConfigServiceProvider.php:19 {
        App\Providers\MailConfigServiceProvider->boot() …
        › {\r    if (Schema::hasTable('email_setting')) {\r        $emailServices =EmailSetting::validate()->first();\r
        arguments: {
          $method: "hasTable"
          $args: array:1 [ …1]
        }
      }
      App\Providers\MailConfigServiceProvider->boot() {}
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
        Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
        › return call_user_func_array(\r    $callback, static::getMethodDependencies($container, $callback, $parameters)\r);\r
        arguments: {
          $function_name: array:2 [ …2]
          $parameters: []
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
        Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
        › \r    return $default instanceof Closure ? $default() : $default;\r}\r
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
        Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
        ›         );\r    });\r}\r
        arguments: {
          $container: Illuminate\Foundation\Application {#5 …}
          $callback: array:2 [ …2]
          $default: Closure() {#34 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/Container.php:572 {
        Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
        › {\r    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);\r}\r
        arguments: {
          $container: Illuminate\Foundation\Application {#5 …}
          $callback: array:2 [ …2]
          $parameters: []
          $defaultMethod: null
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:819 {
        Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
        › if (method_exists($provider, 'boot')) {\r    return $this->call([$provider, 'boot']);\r}\r
        arguments: {
          $callback: array:2 [ …2]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:802 {
        Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
        › array_walk($this->serviceProviders, function ($p) {\r    $this->bootProvider($p);\r});\r
        arguments: {
          $provider: App\Providers\MailConfigServiceProvider {#183 …}
        }
      }
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:803 {
        Illuminate\Foundation\Application->boot() …
        ›     $this->bootProvider($p);\r});\r\r
        arguments: {
          &$input: array:48 [ …48]
          $funcname: Closure($p) {#32 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
        Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
        › {    $app->boot();}
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:211 {
        Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
        › \r$this->make($bootstrapper)->bootstrap($this);\r\r
        arguments: {
          $app: Illuminate\Foundation\Application {#5 …}
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
        Illuminate\Foundation\Http\Kernel->bootstrap() …
        › if (! $this->app->hasBeenBootstrapped()) {\r    $this->app->bootstrapWith($this->bootstrappers());\r}\r
        arguments: {
          $bootstrappers: array:6 [ …6]
        }
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
        Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
        › \r$this->bootstrap();\r\r
      }
      /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
        Illuminate\Foundation\Http\Kernel->handle($request) …
        › \r    $response = $this->sendRequestThroughRouter($request);\r} catch (Exception $e) {\r
        arguments: {
          $request: Illuminate\Http\Request {#44 …}
        }
      }
      /home/punarbaseservice/taxeservice/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
        arguments: {
          $request: Illuminate\Http\Request {#44 …}
        }
      }
    }
  }
  +errorInfo: null
  trace: {
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
      Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
      › catch (Exception $e) {\r    throw new QueryException(\r        $query, $this->prepareBindings($bindings), $e\r
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
      Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
      › try {\r    $result = $this->runQueryCallback($query, $bindings, $callback);\r} catch (QueryException $e) {\r
      arguments: {
        $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
        $bindings: array:2 [ …2]
        $callback: Closure($query, $bindings) {#659 …}
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
      Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
      ›         return $statement->fetchAll();\r    });\r}\r
      arguments: {
        $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
        $bindings: array:2 [ …2]
        $callback: Closure($query, $bindings) {#659 …}
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Database/Schema/PostgresBuilder.php:20 {
      Illuminate\Database\Schema\PostgresBuilder->hasTable($table) …
      › return count($this->connection->select(    $this->grammar->compileTableExists(), [$schema, $table])) > 0;
      arguments: {
        $query: "select * from information_schema.tables where table_schema = ? and table_name = ?"
        $bindings: array:2 [ …2]
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:237 {
      Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
      › \r    return $instance->$method(...$args);\r}\r
      arguments: {
        $table: "email_setting"
      }
    }
    /home/punarbaseservice/taxeservice/app/Providers/MailConfigServiceProvider.php:19 {
      App\Providers\MailConfigServiceProvider->boot() …
      › {\r    if (Schema::hasTable('email_setting')) {\r        $emailServices =EmailSetting::validate()->first();\r
      arguments: {
        $method: "hasTable"
        $args: array:1 [ …1]
      }
    }
    App\Providers\MailConfigServiceProvider->boot() {}
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
      Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
      › return call_user_func_array(\r    $callback, static::getMethodDependencies($container, $callback, $parameters)\r);\r
      arguments: {
        $function_name: array:2 [ …2]
        $parameters: []
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
      Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
      › \r    return $default instanceof Closure ? $default() : $default;\r}\r
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
      Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
      ›         );\r    });\r}\r
      arguments: {
        $container: Illuminate\Foundation\Application {#5 …}
        $callback: array:2 [ …2]
        $default: Closure() {#34 …}
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Container/Container.php:572 {
      Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
      › {\r    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);\r}\r
      arguments: {
        $container: Illuminate\Foundation\Application {#5 …}
        $callback: array:2 [ …2]
        $parameters: []
        $defaultMethod: null
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:819 {
      Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
      › if (method_exists($provider, 'boot')) {\r    return $this->call([$provider, 'boot']);\r}\r
      arguments: {
        $callback: array:2 [ …2]
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:802 {
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
      › array_walk($this->serviceProviders, function ($p) {\r    $this->bootProvider($p);\r});\r
      arguments: {
        $provider: App\Providers\MailConfigServiceProvider {#183 …}
      }
    }
    Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:803 {
      Illuminate\Foundation\Application->boot() …
      ›     $this->bootProvider($p);\r});\r\r
      arguments: {
        &$input: array:48 [ …48]
        $funcname: Closure($p) {#32 …}
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
      Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
      › {    $app->boot();}
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:211 {
      Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
      › \r$this->make($bootstrapper)->bootstrap($this);\r\r
      arguments: {
        $app: Illuminate\Foundation\Application {#5 …}
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
      Illuminate\Foundation\Http\Kernel->bootstrap() …
      › if (! $this->app->hasBeenBootstrapped()) {\r    $this->app->bootstrapWith($this->bootstrappers());\r}\r
      arguments: {
        $bootstrappers: array:6 [ …6]
      }
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
      Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
      › \r$this->bootstrap();\r\r
    }
    /home/punarbaseservice/taxeservice/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › \r    $response = $this->sendRequestThroughRouter($request);\r} catch (Exception $e) {\r
      arguments: {
        $request: Illuminate\Http\Request {#44 …}
      }
    }
    /home/punarbaseservice/taxeservice/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
      arguments: {
        $request: Illuminate\Http\Request {#44 …}
      }
    }
  }
}
^ "SQLSTATE[08006] [7] FATAL:  database "app16_munerp_live" does not exist (SQL: select * from information_schema.tables where table_schema = eservice and table_name = email_setting)"