image

Heirs List in Venezuela

7.4.33PHP Version416msRequest Duration6MBMemory UsageGET heir/searchcountry/{country}Route
    • Booting (78.34ms)
    • Application (336ms)
    • 1 x Application (80.89%)
      336.42ms
      1 x Booting (18.84%)
      78.34ms
    • Cannot add MailCollector to Laravel Debugbar: Unsupported mail transport []./var/www/vhosts/nextheir.com/httpdocs/vendor/barryvdh/laravel-debugbar/src/LaravelDebugbar.php#466Exception
                      }
                  } catch (\Exception $e) {
                      $this->addThrowable(
                          new Exception(
                              'Cannot add MailCollector to Laravel Debugbar: ' . $e->getMessage(),
                              $e->getCode(),
                              $e
      
      
      #0 /var/www/vhosts/nextheir.com/httpdocs/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php(63): Barryvdh\Debugbar\LaravelDebugbar->boot()
      #1 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Barryvdh\Debugbar\Middleware\InjectDebugbar->handle()
      #2 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #3 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
      #4 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #5 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
      #6 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #7 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
      #8 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #9 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()
      #10 /var/www/vhosts/nextheir.com/httpdocs/vendor/fruitcake/laravel-cors/src/HandleCors.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #11 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\Cors\HandleCors->handle()
      #12 /var/www/vhosts/nextheir.com/httpdocs/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #13 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\Proxy\TrustProxies->handle()
      #14 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php(48): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #15 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Http\Middleware\TrustHosts->handle()
      #16 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #17 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Pipeline\Pipeline->then()
      #18 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(109): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
      #19 /var/www/vhosts/nextheir.com/httpdocs/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle()
      #20 /var/www/vhosts/nextheir.com/httpdocs/server.php(21): require_once('/var/www/vhosts...')
      #21 {main}
    • Unsupported mail transport []./var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php#172InvalidArgumentException
              }
      
              if (trim($transport) === '' || ! method_exists($this, $method = 'create'.ucfirst($transport).'Transport')) {
                  throw new InvalidArgumentException("Unsupported mail transport [{$transport}].");
              }
      
              return $this->{$method}($config);
      
      
      #0 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(151): Illuminate\Mail\MailManager->createTransport()
      #1 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(119): Illuminate\Mail\MailManager->createSwiftMailer()
      #2 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(94): Illuminate\Mail\MailManager->resolve()
      #3 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(72): Illuminate\Mail\MailManager->get()
      #4 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php(33): Illuminate\Mail\MailManager->mailer()
      #5 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Container/Container.php(805): Illuminate\Mail\MailServiceProvider->Illuminate\Mail\{closure}()
      #6 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Container/Container.php(691): Illuminate\Container\Container->build()
      #7 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(796): Illuminate\Container\Container->resolve()
      #8 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Container/Container.php(637): Illuminate\Foundation\Application->resolve()
      #9 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(781): Illuminate\Container\Container->make()
      #10 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Container/Container.php(1284): Illuminate\Foundation\Application->make()
      #11 /var/www/vhosts/nextheir.com/httpdocs/vendor/barryvdh/laravel-debugbar/src/LaravelDebugbar.php(455): Illuminate\Container\Container->offsetGet()
      #12 /var/www/vhosts/nextheir.com/httpdocs/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php(63): Barryvdh\Debugbar\LaravelDebugbar->boot()
      #13 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Barryvdh\Debugbar\Middleware\InjectDebugbar->handle()
      #14 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #15 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
      #16 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #17 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
      #18 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #19 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
      #20 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #21 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()
      #22 /var/www/vhosts/nextheir.com/httpdocs/vendor/fruitcake/laravel-cors/src/HandleCors.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #23 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\Cors\HandleCors->handle()
      #24 /var/www/vhosts/nextheir.com/httpdocs/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #25 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\Proxy\TrustProxies->handle()
      #26 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php(48): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #27 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Http\Middleware\TrustHosts->handle()
      #28 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
      #29 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Pipeline\Pipeline->then()
      #30 /var/www/vhosts/nextheir.com/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(109): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
      #31 /var/www/vhosts/nextheir.com/httpdocs/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle()
      #32 /var/www/vhosts/nextheir.com/httpdocs/server.php(21): require_once('/var/www/vhosts...')
      #33 {main}
    8 templates were rendered
    • templates.basic.heir_list (resources/views/templates/basic/heir_list.blade.php)5blade
      Params
      0
      page_title
      1
      heirs
      2
      countries
      3
      country
      4
      votings
    • templates.basic.partials.paginate (resources/views/templates/basic/partials/paginate.blade.php)2blade
      Params
      0
      paginator
      1
      elements
    • templates.basic.layouts.frontend (resources/views/templates/basic/layouts/frontend.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
    • partials.seo (resources/views/partials/seo.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
      20
      seo
    • templates.basic.sections.breadcumb (resources/views/templates/basic/sections/breadcumb.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
      20
      lang
    • templates.basic.sections.footer (resources/views/templates/basic/sections/footer.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
      20
      lang
    • partials.analytics (resources/views/partials/analytics.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
      20
      lang
    • templates.basic.partials.notify (resources/views/templates/basic/partials/notify.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      general
      4
      activeTemplate
      5
      activeTemplateTrue
      6
      language
      7
      pages
      8
      errors
      9
      page_title
      10
      heirs
      11
      countries
      12
      country
      13
      votings
      14
      heir
      15
      counter_cards
      16
      __currentLoopData
      17
      key
      18
      loop
      19
      item
      20
      lang
    uri
    GET heir/searchcountry/{country}
    middleware
    web
    controller
    App\Http\Controllers\HeirController@heirSearchByCountry
    namespace
    App\Http\Controllers
    prefix
    where
    as
    heir.searchcountry.country
    file
    app/Http/Controllers/HeirController.php:269-313
    39 statements were executed, 3 of which were duplicated, 36 unique112ms
    • select `active_template` from `general_settings` limit 1390μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23nextheir_db
      Metadata
      Backtrace
      • 15. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 18. /app/Http/Helpers/helpers.php:149
      • 21. /vendor/laravel/framework/src/Illuminate/Container/Container.php:849
      • 22. /vendor/laravel/framework/src/Illuminate/Container/Container.php:691
      • 23. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796
    • select * from `languages` where `is_default` = 1 limit 1430μs/app/Http/Middleware/LanguageMiddleware.php:29nextheir_db
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 15. /app/Http/Middleware/LanguageMiddleware.php:29
      • 16. /app/Http/Middleware/LanguageMiddleware.php:19
      • 17. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 18. middleware::bindings:41
      • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
    • select count(*) as aggregate from `users` where `paid` = 1 and `user_type` = 'individuals' and `country` LIKE 'Venezuela'18.28ms/app/Http/Controllers/HeirController.php:278nextheir_db
      Metadata
      Bindings
      • 0. 1
      • 1. individuals
      • 2. Venezuela
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:278
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select * from `users` where `paid` = 1 and `user_type` = 'individuals' and `country` LIKE 'Venezuela' order by `id` desc limit 20 offset 172037.26ms/app/Http/Controllers/HeirController.php:278nextheir_db
      Metadata
      Bindings
      • 0. 1
      • 1. individuals
      • 2. Venezuela
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:278
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165491.23ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16549
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165481.48ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16548
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165471.1ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16547
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165451.17ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16545
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165431.03ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16543
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165411.08ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16541
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165401.07ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16540
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165331.03ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16533
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165291.23ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16529
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165281.05ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16528
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165271.1ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16527
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165261.14ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16526
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165251.02ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16525
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165241.09ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16524
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165111.13ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16511
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165071.09ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16507
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 165041.07ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16504
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 164941.25ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16494
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 164931.18ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16493
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select count(*) as aggregate from `votes` where `r_user` = 164891.1ms/app/Http/Controllers/HeirController.php:299nextheir_db
      Metadata
      Bindings
      • 0. 16489
      Backtrace
      • 15. /app/Http/Controllers/HeirController.php:299
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select distinct `country` from `users` where `paid` = 1 and `user_type` = 'individuals'25.42ms/app/Http/Controllers/HeirController.php:304nextheir_db
      Metadata
      Bindings
      • 0. 1
      • 1. individuals
      Backtrace
      • 14. /app/Http/Controllers/HeirController.php:304
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
    • select * from `frontends` where `data_keys` = 'heir.content' order by `created_at` desc limit 1800μs/app/Http/Helpers/helpers.php:833nextheir_db
      Metadata
      Bindings
      • 0. heir.content
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:833
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'seo.data' limit 1490μs/app/Providers/AppServiceProvider.php:61nextheir_db
      Metadata
      Bindings
      • 0. seo.data
      Backtrace
      • 15. /app/Providers/AppServiceProvider.php:61
      • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 21. view::templates.basic.layouts.frontend:12
    • select * from `frontends` where `data_keys` = 'breadcumb.content' order by `created_at` desc limit 1530μs/app/Http/Helpers/helpers.php:833nextheir_db
      Metadata
      Bindings
      • 0. breadcumb.content
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:833
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'breadcumb.element' order by `created_at` desc limit 1480μs/app/Http/Helpers/helpers.php:833nextheir_db
      Metadata
      Bindings
      • 0. breadcumb.element
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:833
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'footer.content' order by `created_at` desc limit 1620μs/app/Http/Helpers/helpers.php:833nextheir_db
      Metadata
      Bindings
      • 0. footer.content
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:833
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'social_icon.element' order by `id` desc460μs/app/Http/Helpers/helpers.php:839nextheir_db
      Metadata
      Bindings
      • 0. social_icon.element
      Backtrace
      • 14. /app/Http/Helpers/helpers.php:839
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'terms.element' order by `id` desc520μs/app/Http/Helpers/helpers.php:839nextheir_db
      Metadata
      Bindings
      • 0. terms.element
      Backtrace
      • 14. /app/Http/Helpers/helpers.php:839
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `frontends` where `data_keys` = 'newsletter.content' order by `created_at` desc limit 1460μs/app/Http/Helpers/helpers.php:833nextheir_db
      Metadata
      Bindings
      • 0. newsletter.content
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:833
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select count(*) as aggregate from `donations` where `payment_status` = 1690μsview::templates.basic.sections.footer:24nextheir_db
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 15. view::templates.basic.sections.footer:24
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select count(*) as aggregate from `campaigns` where `approval` = 1 and `rejected` = 0690μsview::templates.basic.sections.footer:31nextheir_db
      Metadata
      Bindings
      • 0. 1
      • 1. 0
      Backtrace
      • 15. view::templates.basic.sections.footer:31
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select sum(`donation`) as aggregate from `donations` where `payment_status` = 1480μsview::templates.basic.sections.footer:36nextheir_db
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 15. view::templates.basic.sections.footer:36
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `extensions` where `act` = 'google-analytics' and `status` = 1 and `extensions`.`deleted_at` is null limit 1620μsview::partials.analytics:1nextheir_db
      Metadata
      Bindings
      • 0. google-analytics
      • 1. 1
      Backtrace
      • 15. view::partials.analytics:1
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `extensions` where `act` = 'google-analytics' and `status` = 1 and `extensions`.`deleted_at` is null limit 1660μs/app/Http/Helpers/helpers.php:183nextheir_db
      Metadata
      Bindings
      • 0. google-analytics
      • 1. 1
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:183
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    • select * from `extensions` where `act` = 'google-analytics' and `status` = 1 and `extensions`.`deleted_at` is null limit 1510μs/app/Http/Helpers/helpers.php:183nextheir_db
      Metadata
      Bindings
      • 0. google-analytics
      • 1. 1
      Backtrace
      • 15. /app/Http/Helpers/helpers.php:183
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:122
    App\Extension
    3
    App\Frontend
    8
    App\User
    112
    App\Language
    1
    App\GeneralSetting
    1
      _token
      0geHGtwjWXMWGMJ2sxW03SfQluQLyOOoJXwODc4s
      lang
      es
      _previous
      array:1 [ "url" => "https://nextheir.com/heir/searchcountry/Venezuela?page=87" ]
      _flash
      array:2 [ "old" => [] "new" => [] ]
      PHPDEBUGBAR_STACK_DATA
      []
      path_info
      /heir/searchcountry/Venezuela
      status_code
      200
      
      status_text
      OK
      format
      html
      content_type
      text/html; charset=UTF-8
      request_query
      0 of 0
      array:1 [ "page" => "87" ]
      request_request
      0 of 0
      array:1 [ "page" => "87" ]
      request_headers
      0 of 0
      array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "18.219.197.191" ] "host" => array:1 [ 0 => "nextheir.com" ] ]
      request_server
      0 of 0
      array:63 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "PP_CUSTOM_PHP_INI" => "/var/www/vhosts/system/nextheir.com/etc/php.ini" "PP_CUSTOM_PHP_CGI_INDEX" => "plesk-php74-fastcgi" "SCRIPT_NAME" => "/server.php" "REQUEST_URI" => "/heir/searchcountry/Venezuela?page=87" "QUERY_STRING" => "page=87" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=87" "REDIRECT_URL" => "/heir/searchcountry/Venezuela" "REMOTE_PORT" => "49840" "SCRIPT_FILENAME" => "/var/www/vhosts/nextheir.com/httpdocs/server.php" "SERVER_ADMIN" => "root@localhost" "CONTEXT_DOCUMENT_ROOT" => "/var/www/vhosts/nextheir.com/httpdocs" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/vhosts/nextheir.com/httpdocs" "REMOTE_ADDR" => "18.219.197.191" "SERVER_PORT" => "443" "SERVER_ADDR" => "127.0.0.1" "SERVER_NAME" => "nextheir.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location" "HTTP_X_REAL_IP" => "18.219.197.191" "HTTP_HOST" => "nextheir.com" "HTTPS" => "on" "GIT_PROJECT_ROOT" => "/var/www/vhosts/nextheir.com/git" "PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY" => "0" "PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY" => "0" "PERL5LIB" => "/usr/share/awstats/lib:/usr/share/awstats/plugins" "SCRIPT_URI" => "https://nextheir.com/heir/searchcountry/Venezuela" "SCRIPT_URL" => "/heir/searchcountry/Venezuela" "UNIQUE_ID" => "aBp5ezsCdti9vw_1SSjeFAAAABY" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "REDIRECT_GIT_PROJECT_ROOT" => "/var/www/vhosts/nextheir.com/git" "REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_PERL5LIB" => "/usr/share/awstats/lib:/usr/share/awstats/plugins" "REDIRECT_SCRIPT_URI" => "https://nextheir.com/heir/searchcountry/Venezuela" "REDIRECT_SCRIPT_URL" => "/heir/searchcountry/Venezuela" "REDIRECT_UNIQUE_ID" => "aBp5ezsCdti9vw_1SSjeFAAAABY" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/server.php" "REQUEST_TIME_FLOAT" => 1746565499.4362 "REQUEST_TIME" => 1746565499 ]
      request_cookies
      []
      
      response_headers
      0 of 0
      array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Tue, 06 May 2025 21:04:59 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJKY3V1RHZTc0MwZ1dXeGxCems1SVE9PSIsInZhbHVlIjoibnlyYXB5VEx6d1d4ZUU2WXlLUHpwbEpST0FUNWIxZmVRWklnV2ozT0hkVExnTEVZUURnRTJheGpUMEd5Wmk1ZlBsZ050MCtGNTZnMC8vNmtCcFFkZnF0c0hoRit4UFJqZFphYlhsS3VKN0haNVdqNUpaSTZmWTl2UnA0V3hPU3UiLCJtYWMiOiJiZmM4OWUwODhlMDZhZjllZjExZjY5MzM5OGU5ZWFiY2Y5ZjA0MDlkOGIxYzlkN2RkNjU1ODlkOWFmZjQxNGEwIn0%3D; expires=Tue, 06-May-2025 23:04:59 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlJKY3V1RHZTc0MwZ1dXeGxCems1SVE9PSIsInZhbHVlIjoibnlyYXB5VEx6d1d4ZUU2WXlLUHpwbEpST0FUNWIxZmVRWklnV2ozT0hkVExnTEVZUURnRTJheGpUMEd5Wmk1ZlBsZ050M" 1 => "laravel_session=eyJpdiI6IjRGVitIdkJyRU9vQ3pnNThTSENDa1E9PSIsInZhbHVlIjoicTV3Skd1SUVBV1VUcjErZVhDVHhzUnpsekh6M2x5dC9jSWMzM0E1QzRaZ0Q1TjRpL2cyZkFBYVlGMmxpVzVvanFnOVBiZTBwZFNpUlZVWTN4L0NkWmM4SHpDdSs3cnM1c2tTVTZSVVM3YURjbUoxWUZOUU5xeEFZRHNZS2VZdXkiLCJtYWMiOiJlNWRkM2RjYWRiZDBlNTU2MzRlOGY3ZGI4Y2IzYzEzNzhiNDRlZDJmYWZjZTE2YTk0ZmVmMjM3ZmY1OGFiODc1In0%3D; expires=Tue, 06-May-2025 23:04:59 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IjRGVitIdkJyRU9vQ3pnNThTSENDa1E9PSIsInZhbHVlIjoicTV3Skd1SUVBV1VUcjErZVhDVHhzUnpsekh6M2x5dC9jSWMzM0E1QzRaZ0Q1TjRpL2cyZkFBYVlGMmxpVzVvanFn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJKY3V1RHZTc0MwZ1dXeGxCems1SVE9PSIsInZhbHVlIjoibnlyYXB5VEx6d1d4ZUU2WXlLUHpwbEpST0FUNWIxZmVRWklnV2ozT0hkVExnTEVZUURnRTJheGpUMEd5Wmk1ZlBsZ050MCtGNTZnMC8vNmtCcFFkZnF0c0hoRit4UFJqZFphYlhsS3VKN0haNVdqNUpaSTZmWTl2UnA0V3hPU3UiLCJtYWMiOiJiZmM4OWUwODhlMDZhZjllZjExZjY5MzM5OGU5ZWFiY2Y5ZjA0MDlkOGIxYzlkN2RkNjU1ODlkOWFmZjQxNGEwIn0%3D; expires=Tue, 06-May-2025 23:04:59 GMT; path=/XSRF-TOKEN=eyJpdiI6IlJKY3V1RHZTc0MwZ1dXeGxCems1SVE9PSIsInZhbHVlIjoibnlyYXB5VEx6d1d4ZUU2WXlLUHpwbEpST0FUNWIxZmVRWklnV2ozT0hkVExnTEVZUURnRTJheGpUMEd5Wmk1ZlBsZ050M" 1 => "laravel_session=eyJpdiI6IjRGVitIdkJyRU9vQ3pnNThTSENDa1E9PSIsInZhbHVlIjoicTV3Skd1SUVBV1VUcjErZVhDVHhzUnpsekh6M2x5dC9jSWMzM0E1QzRaZ0Q1TjRpL2cyZkFBYVlGMmxpVzVvanFnOVBiZTBwZFNpUlZVWTN4L0NkWmM4SHpDdSs3cnM1c2tTVTZSVVM3YURjbUoxWUZOUU5xeEFZRHNZS2VZdXkiLCJtYWMiOiJlNWRkM2RjYWRiZDBlNTU2MzRlOGY3ZGI4Y2IzYzEzNzhiNDRlZDJmYWZjZTE2YTk0ZmVmMjM3ZmY1OGFiODc1In0%3D; expires=Tue, 06-May-2025 23:04:59 GMT; path=/; httponlylaravel_session=eyJpdiI6IjRGVitIdkJyRU9vQ3pnNThTSENDa1E9PSIsInZhbHVlIjoicTV3Skd1SUVBV1VUcjErZVhDVHhzUnpsekh6M2x5dC9jSWMzM0E1QzRaZ0Q1TjRpL2cyZkFBYVlGMmxpVzVvanFn" ] ]
      session_attributes
      0 of 0
      array:5 [ "_token" => "0geHGtwjWXMWGMJ2sxW03SfQluQLyOOoJXwODc4s" "lang" => "es" "_previous" => array:1 [ "url" => "https://nextheir.com/heir/searchcountry/Venezuela?page=87" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]