Where to watch the
PFL Road to Dubai Champions Series

Select your country below to find out where you can watch.

United States
This isn't where I'm located. Click here to change country.

Get Notified of broadcast changes

Join our mailing list for news, upcoming events and to get notified
of any broadcast changes to your area.

SettingsRequest history72.66msRequest Duration5MBMemory Usage10.x
Laravel Version
10.48.29
PHP Version
8.3.16
Environment
development
Debug Mode
Enabled
URL
dev.pflmma.com
Timezone
America/New_York
Locale
en
GET watch/{season_type?}
status
200 OK
full_url
https://dev.pflmma.com/watch/bellator
controller_action
App\Http\Controllers\FrontendController@watch
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://dev.pflmma.com/watch/bellator
    action_name
    controller_action
    App\Http\Controllers\FrontendController@watch
    uri
    GET watch/{season_type?}
    domain
    dev.pflmma.com
    controller
    App\Http\Controllers\FrontendController@watch
    namespace
    App\Http\Controllers
    file
    app/Http/Controllers/FrontendController.php:207-240
    middleware
    web
    duration
    73.2ms
    peak_memory
    6MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:15 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.pflmma.com" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 01 Apr 2025 22:40:13 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "3fcQldl9eF3V513tuOY80D5Hi5GVj6qKoPob18xW" ]
    • Booting (16.32ms)time
    • Application (56.32ms)time
    • Routing (635μs)
    • Preparing Response (47.03ms)
    • View: frontend.watchviews
    • View: templates.watch-linksviews
    • View: components.honeypotviews
    • View: layouts.frontendviews
    • View: components.faviconsviews
    • View: components.stylesviews
    • View: components.frontend-tracking-headerviews
    • View: components.frontend-tracking-bodyviews
    • View: components.scriptsviews
    • View: components.countdown-timerviews
    • View: components.navviews
    • View: components.newsletter-signupviews
    • View: components.popupviews
    • View: components.preloaderviews
    • 1 x Application (77.52%)
      56.32ms
      1 x Preparing Response (64.73%)
      47.03ms
      1 x Booting (22.47%)
      16.32ms
      1 x Routing (0.87%)
      635μs
      14 x View (0%)
      0μs
      14 templates were rendered
      • frontend.watchwatch.blade.php#?blade
      • templates.watch-linkswatch-links.blade.php#?blade
      • components.honeypothoneypot.blade.php#?blade
      • layouts.frontendfrontend.blade.php#?blade
      • components.faviconsfavicons.blade.php#?blade
      • components.stylesstyles.blade.php#?blade
      • components.frontend-tracking-headerfrontend-tracking-header.blade.php#?blade
      • components.frontend-tracking-bodyfrontend-tracking-body.blade.php#?blade
      • components.scriptsscripts.blade.php#?blade
      • components.countdown-timercountdown-timer.blade.php#?blade
      • components.navnav.blade.php#?blade
      • components.newsletter-signupnewsletter-signup.blade.php#?blade
      • components.popuppopup.blade.php#?blade
      • components.preloaderpreloader.blade.php#?blade
      20 statements were executed (4 duplicates)Show only duplicates18.63ms
      • FrontendController.php#223devpflmma_webConnection Established
        Backtrace
        • app/Http/Controllers/FrontendController.php:223
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#232devpflmma_web3.76msselect * from `watch_links` where `season_type` = 'bellator' and `country` = 'US' order by CASE url_type WHEN "watch" THEN 1 WHEN "bet" THEN 2 ELSE 3 END, `order` ASC
        Bindings
        • 0: bellator
        • 1: US
        Backtrace
        • app/Http/Controllers/FrontendController.php:232
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SettingEloquentStorage.php#30devpflmma_web1.33msselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:23
        • 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:72
      • SettingEloquentStorage.php#30devpflmma_web900μsselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:24
        • 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:72
      • SettingEloquentStorage.php#30devpflmma_web710μsselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:25
        • 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:72
      • SettingEloquentStorage.php#30devpflmma_web790μsselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • app/Helpers/Functions.php:470
        • 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:72
      • Functions.php#473devpflmma_web650μsselect * from `media` where `media`.`id` = '26718' limit 1
        Bindings
        • 0: 26718
        Backtrace
        • app/Helpers/Functions.php:473
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#482devpflmma_web730μsselect * from `media` where `media`.`id` = '24074' limit 1
        Bindings
        • 0: 24074
        Backtrace
        • app/Helpers/Functions.php:482
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#488devpflmma_web710μsselect * from `media` where `media`.`id` = '24072' limit 1
        Bindings
        • 0: 24072
        Backtrace
        • app/Helpers/Functions.php:488
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#494devpflmma_web750μsselect * from `media` where `media`.`id` = '24075' limit 1
        Bindings
        • 0: 24075
        Backtrace
        • app/Helpers/Functions.php:494
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#518devpflmma_web710μsselect * from `media` where `media`.`id` = '27787' limit 1
        Bindings
        • 0: 27787
        Backtrace
        • app/Helpers/Functions.php:518
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#524devpflmma_web640μsselect * from `media` where `media`.`id` = '23575' limit 1
        Bindings
        • 0: 23575
        Backtrace
        • app/Helpers/Functions.php:524
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#530devpflmma_web710μsselect * from `media` where `media`.`id` = '23576' limit 1
        Bindings
        • 0: 23576
        Backtrace
        • app/Helpers/Functions.php:530
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#536devpflmma_web610μsselect * from `media` where `media`.`id` = '27603' limit 1
        Bindings
        • 0: 27603
        Backtrace
        • app/Helpers/Functions.php:536
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#542devpflmma_web640μsselect * from `media` where `media`.`id` = '27604' limit 1
        Bindings
        • 0: 27604
        Backtrace
        • app/Helpers/Functions.php:542
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#548devpflmma_web620μsselect * from `media` where `media`.`id` = '27605' limit 1
        Bindings
        • 0: 27605
        Backtrace
        • app/Helpers/Functions.php:548
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#554devpflmma_web620μsselect * from `media` where `media`.`id` = '27606' limit 1
        Bindings
        • 0: 27606
        Backtrace
        • app/Helpers/Functions.php:554
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#560devpflmma_web780μsselect * from `media` where `media`.`id` = '26409' limit 1
        Bindings
        • 0: 26409
        Backtrace
        • app/Helpers/Functions.php:560
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#566devpflmma_web780μsselect * from `media` where `media`.`id` = '26408' limit 1
        Bindings
        • 0: 26408
        Backtrace
        • app/Helpers/Functions.php:566
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#572devpflmma_web1.14msselect * from `media` where `media`.`id` = '26407' limit 1
        Bindings
        • 0: 26407
        Backtrace
        • app/Helpers/Functions.php:572
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#578devpflmma_web1.05msselect * from `media` where `media`.`id` = '26540' limit 1
        Bindings
        • 0: 26540
        Backtrace
        • app/Helpers/Functions.php:578
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      Plank\Mediable\Media
      15Media.php#?
      App\Models\WatchLink
      1WatchLink.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-01 18:40:13GET/watch/bellator142016