image
image

No game available in this category

Bet Slip
image Your selections will be displayed here

We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience. learn more

Allow
Request history8.3.19PHP Version2.55sRequest Duration26MBMemory UsageGET league/{slug}Route
    • Booting (302ms)time
    • Application (2.25s)time
    • 1 x Application (88.16%)
      2.25s
      1 x Booting (11.84%)
      302ms
      13 templates were rendered
      • Template::homehome.blade.php#?blade
      • templates.basic.layouts.betbet.blade.php#?blade
      • templates.basic.partials.headerheader.blade.php#?blade
      • templates.basic.partials.loginlogin.blade.php#?blade
      • partials.captchacaptcha.blade.php#?blade
      • templates.basic.partials.categorycategory.blade.php#?blade
      • templates.basic.partials.footer_topfooter_top.blade.php#?blade
      • templates.basic.partials.footer_bottomfooter_bottom.blade.php#?blade
      • templates.basic.partials.bet_slipbet_slip.blade.php#?blade
      • templates.basic.partials.mobile_menumobile_menu.blade.php#?blade
      • templates.basic.layouts.appapp.blade.php#?blade
      • partials.seoseo.blade.php#?blade
      • partials.notifynotify.blade.php#?blade
      uri
      GET league/{slug}
      middleware
      checkProject, web, maintenance
      controller
      App\Http\Controllers\SiteController@gamesByLeague
      namespace
      App\Http\Controllers
      prefix
      where
      as
      league.games
      file
      app/Http/Controllers/SiteController.php:69-71
      20 statements were executed974ms
      • LanguageMiddleware.php#30massswud_betlab3Connection Established
        Backtrace
        • app/Http/Middleware/LanguageMiddleware.php:30
        • app/Http/Middleware/LanguageMiddleware.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • LanguageMiddleware.php#30massswud_betlab3318msselect * from `languages` where `is_default` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Middleware/LanguageMiddleware.php:30
        • app/Http/Middleware/LanguageMiddleware.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • Category.php#30massswud_betlab3195msselect `categories`.*, (select count(*) from `games` inner join `leagues` on `leagues`.`id` = `games`.`league_id` where `categories`.`id` = `leagues`.`category_id` and `games`.`status` = 1 and `bet_start_time` <= '2025-05-01 09:09:16' and `bet_end_time` >= '2025-05-01 09:09:16' and exists (select * from `leagues` where `games`.`league_id` = `leagues`.`id` and `status` = 1) and exists (select * from `leagues` where `games`.`league_id` = `leagues`.`id` and exists (select * from `categories` where `leagues`.`category_id` = `categories`.`id` and `status` = 1))) as `games_count` from `categories` where `status` = 1 order by `name` asc
        Bindings
        • 0: 1
        • 1: 2025-05-01 09:09:16
        • 2: 2025-05-01 09:09:16
        • 3: 1
        • 4: 1
        • 5: 1
        Backtrace
        • app/Models/Category.php:30
        • app/Http/Controllers/SiteController.php:31
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#45massswud_betlab381.76msselect * from `leagues` where `slug` = 'icc-mens-champions-trophy-2025' and `status` = 1 and exists (select * from `categories` where `leagues`.`category_id` = `categories`.`id` and `status` = 1) limit 1
        Bindings
        • 0: icc-mens-champions-trophy-2025
        • 1: 1
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:45
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • SiteController.php#47massswud_betlab324.31msselect * from `categories` where `categories`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:47
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • SiteController.php#50massswud_betlab35.57msselect * from `leagues` where `leagues`.`category_id` = 1 and `leagues`.`category_id` is not null
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:50
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • SiteController.php#124massswud_betlab319.68msselect `leagues`.*, (select count(*) from `games` where `leagues`.`id` = `games`.`league_id` and `bet_end_time` > '2025-05-01 09:09:16' and `bet_start_time` < '2025-05-01 09:09:16') as `game_count` from `leagues` where `leagues`.`category_id` = 1 and `leagues`.`category_id` is not null and `status` = 1 order by `game_count` desc
        Bindings
        • 0: 2025-05-01 09:09:16
        • 1: 2025-05-01 09:09:16
        • 2: 1
        • 3: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:124
        • app/Http/Controllers/SiteController.php:51
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#64massswud_betlab362.63msselect * from `games` where `status` = 1 and `bet_start_time` <= '2025-05-01 09:09:16' and `bet_end_time` >= '2025-05-01 09:09:16' and `league_id` = 11 order by `id` desc
        Bindings
        • 0: 1
        • 1: 2025-05-01 09:09:16
        • 2: 2025-05-01 09:09:16
        • 3: 11
        Backtrace
        • app/Http/Controllers/SiteController.php:64
        • app/Http/Controllers/SiteController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • helpers.php#310massswud_betlab357.72msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'banner.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: banner.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#303massswud_betlab317.2msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'login.content' order by `id` desc limit 1
        Bindings
        • 0: basic
        • 1: login.content
        Backtrace
        • app/Http/Helpers/helpers.php:303
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • Captcha.php#39massswud_betlab340.93msselect * from `extensions` where `act` = 'custom-captcha' and `status` = 1 limit 1
        Bindings
        • 0: custom-captcha
        • 1: 1
        Backtrace
        • app/Lib/Captcha.php:39
        • app/Http/Helpers/helpers.php:77
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Captcha.php#27massswud_betlab317.39msselect * from `extensions` where `act` = 'google-recaptcha2' and `status` = 1 limit 1
        Bindings
        • 0: google-recaptcha2
        • 1: 1
        Backtrace
        • app/Lib/Captcha.php:27
        • app/Http/Helpers/helpers.php:73
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#303massswud_betlab31.44msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'footer.content' order by `id` desc limit 1
        Bindings
        • 0: basic
        • 1: footer.content
        Backtrace
        • app/Http/Helpers/helpers.php:303
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab321.93msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'social_icon.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: social_icon.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab313.33msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'policy_pages.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: policy_pages.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab313.83msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'footer.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: footer.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • bet_slip.blade.php#6massswud_betlab318.52msselect * from `options` where 0 = 1
        Backtrace
        • view::templates.basic.partials.bet_slip:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • AppServiceProvider.php#75massswud_betlab312.37msselect * from `frontends` where `data_keys` = 'seo.data' limit 1
        Bindings
        • 0: seo.data
        Backtrace
        • app/Providers/AppServiceProvider.php:75
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • vendor/laravel/framework/src/Illuminate/View/View.php:190
        • vendor/laravel/framework/src/Illuminate/View/View.php:161
        • view::templates.basic.layouts.app:8
      • helpers.php#85massswud_betlab31.6msselect * from `extensions` where `act` = 'google-analytics' and `status` = 1 limit 1
        Bindings
        • 0: google-analytics
        • 1: 1
        Backtrace
        • app/Http/Helpers/helpers.php:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • app.blade.php#43massswud_betlab328.18msselect * from `frontends` where `data_keys` = 'cookie.data' limit 1
        Bindings
        • 0: cookie.data
        Backtrace
        • view::templates.basic.layouts.app:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#85massswud_betlab323.45msselect * from `extensions` where `act` = 'tawk-chat' and `status` = 1 limit 1
        Bindings
        • 0: tawk-chat
        • 1: 1
        Backtrace
        • app/Http/Helpers/helpers.php:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\League
      19League.php#?
      App\Models\Frontend
      18Frontend.php#?
      App\Models\Category
      6Category.php#?
      App\Models\Language
      1Language.php#?
          _token
          QgshqgFOPZqL5a6ar0nuj6ALoPZaOUZwdZ0zB7fQ
          lang
          en
          _previous
          array:1 [ "url" => "https://xegamy.com/league/icc-mens-champions-trophy-2025" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /league/icc-mens-champions-trophy-2025
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "xegamy.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "3.148.227.197" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-https" => array:1 [ 0 => "on" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 01 May 2025 04:09:16 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=QgshqgFOPZqL5a6ar0nuj6ALoPZaOUZwdZ0zB7fQ; expires=Thu, 01 May 2025 06:09:17 GMT; Max-Age=7200; path=/; secure; samesite=lax" 1 => "laravel_session=gH9vlgDDfXcZFjBZZe7i8MTqiUFdTxONrrgHuCvx; expires=Thu, 01 May 2025 06:09:17 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=QgshqgFOPZqL5a6ar0nuj6ALoPZaOUZwdZ0zB7fQ; expires=Thu, 01-May-2025 06:09:17 GMT; path=/; secure" 1 => "laravel_session=gH9vlgDDfXcZFjBZZe7i8MTqiUFdTxONrrgHuCvx; expires=Thu, 01-May-2025 06:09:17 GMT; path=/; secure; httponly" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "QgshqgFOPZqL5a6ar0nuj6ALoPZaOUZwdZ0zB7fQ" "lang" => "en" "_previous" => array:1 [ "url" => "https://xegamy.com/league/icc-mens-champions-trophy-2025" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-01 09:09:17GET/league/icc-mens-champions-trophy-2025132044