Gutierrez vs McNally

2014-03-08
Thackerville, Oklahoma, United States

Bout details

Promotion
Bellator MMA
Venue
WinStar World Casino
Location
Thackerville, Oklahoma, United States
Tale of the Tape
22
Age
23
5'9"
Height
5'9"
n/a
Weight
n/a
67"
Reach
67"
39"
Leg Reach
n/a
Round Score
1
2:50 / 5:00

Bout results

Request history8.3.7PHP Version835msRequest Duration13MBMemory UsageGET bouts/{bout}Route
    • Booting (12.64ms)time
    • Application (822ms)time
    • 1 x Application (98.48%)
      822ms
      1 x Booting (1.51%)
      12.64ms
      51 templates were rendered
      • 1x livewire.bouts.show-boutshow-bout.blade.php#?blade
      • 1x components.headers.boutbout.blade.php#?blade
      • 1x components.headers.headingheading.blade.php#?blade
      • 1x __components::69bcbe93b71129dbe5adeb976a88499c69bcbe93b71129dbe5adeb976a88499c.blade.php#?blade
      • 2x components.headers.sub-heading-itemsub-heading-item.blade.php#?blade
      • 1x __components::91757c1ecd45d7c3e8d633e964ad7c5e91757c1ecd45d7c3e8d633e964ad7c5e.blade.php#?blade
      • 1x components.headers.sub-headingsub-heading.blade.php#?blade
      • 1x __components::47fbc29c9e69f33885a6ac9684f0bc7f47fbc29c9e69f33885a6ac9684f0bc7f.blade.php#?blade
      • 3x __components::24df2039ca2553dede44c819ca2b305224df2039ca2553dede44c819ca2b3052.blade.php#?blade
      • 1x __components::18e403d4bbd8ba401436714474d93e9b18e403d4bbd8ba401436714474d93e9b.blade.php#?blade
      • 1x __components::63a788189408c94b55bc8f6cb5db972463a788189408c94b55bc8f6cb5db9724.blade.php#?blade
      • 8x components.description-list.left-aligned.groupgroup.blade.php#?blade
      • 8x components.description-list.left-aligned.namename.blade.php#?blade
      • 8x components.description-list.left-aligned.valuevalue.blade.php#?blade
      • 2x components.description-list.left-aligned.indexindex.blade.php#?blade
      • 1x components.tale-of-the-tapetale-of-the-tape.blade.php#?blade
      • 2x components.tale-of-the-tape.fighterfighter.blade.php#?blade
      • 3x components.people.linklink.blade.php#?blade
      • 1x components.tale-of-the-tape.statsstats.blade.php#?blade
      • 2x __components::1dc89e2b9d86d5d5d550869350609c131dc89e2b9d86d5d5d550869350609c13.blade.php#?blade
      • 1x __components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?blade
      • 1x layouts.guestguest.blade.php#?blade
      uri
      GET bouts/{bout}
      middleware
      web
      uses
      App\Livewire\Bouts\ShowBout@__invoke
      controller
      App\Livewire\Bouts\ShowBout@render
      namespace
      prefix
      where
      as
      bouts.show
      file
      app/Livewire/Bouts/ShowBout.php:219-223
      13 statements were executed, 4 of which were duplicates, 9 unique. Show only duplicated93.53ms
      • Connection EstablishedvaporImplicitRouteBinding.php#119
        Backtrace
        • 16. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:119
        • 17. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:75
        • 21. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:72
        • 22. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:31
        • 23. vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:212
      • select * from `bouts` where `slug` = 'bellator-111-chris-gutierrez-vs-justin-mcnally' limit 1
        63.55msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: bellator-111-chris-gutierrez-vs-justin-mcnally
        Backtrace
        • 17. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:119
        • 18. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:75
        • 22. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:72
        • 23. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:31
        • 24. vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:212
      • select * from `events` where `events`.`id` = 1748 limit 1
        1.94msvaporbout.blade.php#11
        Bindings
        • 0: 1748
        Backtrace
        • 21. view::components.headers.bout:11
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `bout_fighter`.`bout_id` as `pivot_bout_id`, `bout_fighter`.`person_id` as `pivot_person_id`, `bout_fighter`.`id` as `pivot_id`, `bout_fighter`.`title_status` as `pivot_title_status`, `bout_fighter`.`fight_weight` as `pivot_fight_weight`, `bout_fighter`.`prefight_record` as `pivot_prefight_record`, `bout_fighter`.`designation` as `pivot_designation`, `bout_fighter`.`fighting_out_of` as `pivot_fighting_out_of`, `bout_fighter`.`created_at` as `pivot_created_at`, `bout_fighter`.`updated_at` as `pivot_updated_at` from `people` inner join `bout_fighter` on `people`.`id` = `bout_fighter`.`person_id` where `bout_fighter`.`bout_id` = 8020
        1.96msvaporBout.php#148
        Bindings
        • 0: 8020
        Backtrace
        • 20. app/Models/Bout.php:148
        • 27. app/Models/Bout.php:281
        • 34. view::components.headers.bout:45
        • 36. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 37. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'bout' and `ratings`.`ratable_id` = 8020 and `ratings`.`ratable_id` is not null
        1.94msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 8020
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 27. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 28. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 29. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 30. view::filament-actions::button-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'bout' and `ratings`.`ratable_id` = 8020 and `ratings`.`ratable_id` is not null
        1.62msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 8020
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 26. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 27. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 28. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 29. view::filament-actions::button-action:11
      • select * from `promotions` where `promotions`.`id` = 2 limit 1
        1.86msvaporshow-bout.blade.php#73
        Bindings
        • 0: 2
        Backtrace
        • 21. view::livewire.bouts.show-bout:73
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `commentator_event`.`event_id` as `pivot_event_id`, `commentator_event`.`person_id` as `pivot_person_id`, `commentator_event`.`chair` as `pivot_chair`, `commentator_event`.`created_at` as `pivot_created_at`, `commentator_event`.`updated_at` as `pivot_updated_at` from `people` inner join `commentator_event` on `people`.`id` = `commentator_event`.`person_id` where `commentator_event`.`event_id` = 1748
        1.81msvaporshow-bout.blade.php#246
        Bindings
        • 0: 1748
        Backtrace
        • 20. view::livewire.bouts.show-bout:246
        • 22. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `bout_judge`.`bout_id` as `pivot_bout_id`, `bout_judge`.`person_id` as `pivot_person_id`, `bout_judge`.`created_at` as `pivot_created_at`, `bout_judge`.`updated_at` as `pivot_updated_at` from `people` inner join `bout_judge` on `people`.`id` = `bout_judge`.`person_id` where `bout_judge`.`bout_id` = 8020
        1.84msvaporshow-bout.blade.php#349
        Bindings
        • 0: 8020
        Backtrace
        • 20. view::livewire.bouts.show-bout:349
        • 22. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `rounds` where `rounds`.`bout_id` = 8020 and `rounds`.`bout_id` is not null order by `number` asc
        5.5msvaporHasRecords.php#108
        Bindings
        • 0: 8020
        Backtrace
        • 15. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 16. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 17. view::filament-tables::index:63
        • 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `scores` where `scores`.`round_id` in (15374)
        1.48msvaporHasRecords.php#108
        Backtrace
        • 20. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 21. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 22. view::filament-tables::index:63
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 15374 and `ratings`.`ratable_id` is not null
        1.94msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 15374
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 27. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 28. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 29. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 30. view::filament-actions::link-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 15374 and `ratings`.`ratable_id` is not null
        2.51msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 15374
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 26. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 27. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 28. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 29. view::filament-actions::link-action:11
      • select * from `people` where `people`.`id` = 2159 limit 1
        5.58msvaporshow-bout.blade.php#511
        Bindings
        • 0: 2159
        Backtrace
        • 21. view::livewire.bouts.show-bout:511
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Person
      3Person.php#?
      App\Models\Bout
      1Bout.php#?
      App\Models\Event
      1Event.php#?
      App\Models\Promotion
      1Promotion.php#?
      App\Models\Round
      1Round.php#?
      bouts.show-bout #uavnKHNBsibx7khp1sG6
      array:4 [ "data" => array:29 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.bookmark-bout #m3aO9nvtoC1tagNVSvjn
      array:4 [ "data" => array:12 [ "watchable" => App\Models\Bout {#11220 #connection: "mysq...
      bouts.predict-bout-outcome #RkIe1z3TMiejnPswYw1K
      array:4 [ "data" => array:13 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.rate-bout #DPgPb3EYddEk3WecSyGl
      array:4 [ "data" => array:11 [ "ratable" => App\Models\Bout {#11220 #connection: "mysql"...
      notifications #MmFKgOgoHEnpZ476kUYA
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          Q1be8pkqnYy9KgmIfzkmqHPCM4feOHyMZzNJWuVf
          _previous
          array:1 [ "url" => "https://immadb.com/events/strikeforce-fedor-vs-henderson" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /bouts/bellator-111-chris-gutierrez-vs-justin-mcnally
          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:31 [ "x-vapor-source-ip" => array:1 [ 0 => "3.139.67.247" ] "content-length" => array:1 [ 0 => "0" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-for" => array:1 [ 0 => "3.139.67.247, 15.158.61.166" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-678409cf-281851ac486e5d4a62145df3" ] "x-amz-cf-id" => array:1 [ 0 => "bPyIq8e40Zbcpphe1zRg-YvtsgbsB14TGx3L2z9mxyYYCsqMqqgtag==" ] "via" => array:1 [ 0 => "2.0 afd1b400a88cc839b600a3bbf971b382.cloudfront.net (CloudFront)" ] "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-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "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"" ] "priority" => array:1 [ 0 => "u=0, i" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "immadb.com" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InFWYkZDUEhESjMyRVYwc2V0ZWo4NHc9PSIsInZhbHVlIjoiNFA1eGhsK0NBK3FidlR6SVNSS3FmcDl2TTZxY3dxRG9FWG90WHovVHdOaUJHSEFTcFVESE5OVzVWdlBVS2dKcnBPM3loTVFIbUgwb3lHRDkzNSs5R3Y4Q3dLd0ZJSlErT3NaMTBQUU5jZXVTQmFMcjBQamJyZzVBck9PMERUUG4iLCJtYWMiOiI0YzhhNDIzZDdjMWI5ZjBlZDFiYThiOWMyMzlkNDYyNGRjMmJhOWZiY2VlYWUzZWE1ZGYyMDVjMDg3YjA4MjI2IiwidGFnIjoiIn0%3D; lK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir=eyJpdiI6Ii9zZ1hLVWFOMUZnV0VvRWxqbWZIZEE9PSIsInZhbHVlIjoiOEhuSVJkaHFFN1V3SnFiMnMxUnllN0NPNUQ2bEk2SG1yV3N1MUlMcnpYQ3ZIOGFvaDJValA4VGpGY3c5MDMzWTJjQ1lUOVN5UHprd0ZrTUlETURrcUZibkFkSytCZWNsWTJEblZ4ZFZnSXBLaU41aFVMbGc5d2dCMlRtWnVLb2RWRlZMUmJkZnF2SUFES1RZbFNJYmlRVkw1MmdlY0FmUmVhdExVOWxTdHUwaHFMMUdkcW5salRDRE5acUJuRGF6dVpwOXFwVkdNWlBucTcyTDgveWJXSGgyWDNrVUtRME5zakZEY1pGSWJORm0zdnlVbURhYXg1dFNBWmZnUisxOStMVDhBV3o2OWVLS2RXdjJDY1c5amU5SXF2UFdhUmhtb0YwL1dQbkdYZkk1MmM3UFRhbWlXTWpaUXc0bUdjbmIxcTZMOE45cUp2L1RMajh1ZXB3OHNDSUl5b2UxTmM4ZGQzYnJrcTB6YTFrRGhteElGQVN3Z01aUkxFNFQwTmhxa2dnTVZKaURJTkU1Vk5jZFE2ZTJuMDI3OUlnUDg1MzZWVE5IQ2JrMTExaz0iLCJtYWMiOiI4N2UzNTQ3MWI2Yjc3MGRjNDk0Njc4Nzk2YWYzNjQ2NDgzMDBiOTc2Zjk4OGVkMjI0NzA5ODAwODdjNWNiYTQ0IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6Ilc4RXl1TDZWNERwTGd1SWYyQmFqa3c9PSIsInZhbHVlIjoiUEpsc3FWckZDeHBINkdhN0R1bkU5U2VESlA2TTRjSlAwWHU5WHljRkl6NnNUc1VhZDZZSFhkRkpxZlJ3bExabGZURlNSWnMxSVY5NkxDaWxWa0hKQ0J3eXNiM2VReGExaDBsVWc5ak1xNXp5ejQ1RytvdEsrc3NVVjRpTGs0RU8iLCJtYWMiOiJiMjNiMDY3MDAxMjhiMjczYjE2OWRkMmI2ZTdiMGQ2NjRmYmJhMDM5MWY4ZDg2Njc3Yjg5MzE1MWZhNWQ1NDAyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InFWYkZDUEhESjMyRVYwc2V0ZWo4NHc9PSIsInZhbHVlIjoiNFA1eGhsK0NBK3FidlR6SVNSS3FmcDl2TTZxY3dxRG9FWG90WHovVHdOaUJHSEFTcFVESE5OVzVWdlBVS2dKcnBPM3loT" ] "cloudfront-viewer-country" => array:1 [ 0 => "US" ] "cloudfront-viewer-asn" => array:1 [ 0 => "16509" ] "cloudfront-is-tablet-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-smarttv-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-mobile-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-desktop-viewer" => array:1 [ 0 => "true" ] "cloudfront-forwarded-proto" => array:1 [ 0 => "https" ] "cache-control" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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" ] ]
          request_cookies
          0 of 0
          array:3 [ "XSRF-TOKEN" => "Q1be8pkqnYy9KgmIfzkmqHPCM4feOHyMZzNJWuVf" "lK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir" => "{"data":"a:3:{s:6:\"_token\";s:40:\"Q1be8pkqnYy9KgmIfzkmqHPCM4feOHyMZzNJWuVf\";s:9:\"_previous\";a:1:{s:3:\"url\";s:56:\"https:\/\/immadb.com\/events\/strikeforce-fedor-vs-henderson\";}s:6:\"_flash\";a:2:{s:3:\"old\";a:0:{}s:3:\"new\";a:0:{}}}","expires":1736713707}{"data":"a:3:{s:6:\"_token\";s:40:\"Q1be8pkqnYy9KgmIfzkmqHPCM4feOHyMZzNJWuVf\";s:9:\"_previous\";a:1:{s:3:\"url\";s:56:\"https:\/\/immadb.com\/events\/strikefor" "laravel_session" => "lK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir" ]
          response_headers
          0 of 0
          array:7 [ "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Sun, 12 Jan 2025 18:28:32 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVjOHFaM2cwUmJZN1lsVFA2bkxJUEE9PSIsInZhbHVlIjoiUTBxLzJ6QUNXYlloRUhMZkFmR2tpZG1HOTNaUTJPN0o4dS9GOXdvdUpsekpRdjV2MkV2bkM4SUhnMks2aitJY3kvQzU3SkxBNzhMZHp2L1hRN0hCYTNxZjMwdXdEYWRWRW4yVStGaU9VS1R6TTZGTHBwY0t0bTA1MjVGUVc2Z24iLCJtYWMiOiI4Mjk4OTI1NTZmNTY4YjE0ZjI0NDhiNzRkOWM4ODNlMjU3ZDhlZGMwYmQ4Yzc0YzczYTBhOWNhNDVhNjg1YWJmIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 20:28:32 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlVjOHFaM2cwUmJZN1lsVFA2bkxJUEE9PSIsInZhbHVlIjoiUTBxLzJ6QUNXYlloRUhMZkFmR2tpZG1HOTNaUTJPN0o4dS9GOXdvdUpsekpRdjV2MkV2bkM4SUhnMks2aitJY3kvQzU3S" 1 => "laravel_session=eyJpdiI6Im9pVUtsVmRyRW9uWE5jWDJRdHRENlE9PSIsInZhbHVlIjoiMXRoNnkwUStZak1uS1c2SExyQi9pd1F2SXp3TDhBUGRkYld5aGJOQWY2WnhEWHFlWm5nbHNHOTZhREFDSWZ4ditFVUQ3WXdVOURmOGR0R0lqQmpBbUJhblZaWGcrcHdNM3Uwc1VrOTE2REJJOXhjKytHejdkWk5pNWpOdXo3QnciLCJtYWMiOiJhNmRmYTI1MTIxYTViN2MwMzQwZDVkNGQ3NjJhNjhmYjllM2RiNzA4NGU0ZDg5N2RhY2UzZDQ2MjM1NGIxMGZhIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 20:28:32 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Im9pVUtsVmRyRW9uWE5jWDJRdHRENlE9PSIsInZhbHVlIjoiMXRoNnkwUStZak1uS1c2SExyQi9pd1F2SXp3TDhBUGRkYld5aGJOQWY2WnhEWHFlWm5nbHNHOTZhREFDSWZ4ditF" 2 => "lK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir=eyJpdiI6ImpINWdkZk5TS0J5RGpDaElKamtxVVE9PSIsInZhbHVlIjoidmVoejNhdkIwd3JPUzZZTVk1NE1PNTcyeVdKWHRVaFd6Ynl5dEpyUWtLQnBsMEVYTEhTa0Y1cEd5enluSVFZT3p6bDk0RjQybk5pM0FvWklRSFVSRUJxcFAvc0lzbzF4QlJOZVlnN05hQ3p2NG1tVkkzRVZ1OTNJVy9QWmg4WUE1V2JBeUlOQzlmUU53Z2dOTnlRNElyaUwzQjNQckxWNUl4ZHJLQzJjbWlOT1hBdTFMcEJqRDdGaDNneG1GaHJhdlBJRlRCMnEvUHM2a1Q2YjJXYS9aQlVCZk5CQnV6WFFoTGxjaThXNXlKbUpxUDl4VzJWVVpWQVNTRlQrbjVscVRFM0RFbEl0Nmo1M0lNVU1IQ1RWMk1lN2w1TnErS3hKQ2FYVFZMSi8zNlc2bFhNODVtdWdTM09kNENnVUNBTnlXbUVnWXVvRHZBKzhFenpPT2JrZ05tZTE5U1Z2V2xCWktuU1FiTU8yR1FxYklhaE9NTWpBTEJDWWlvb200TkFVYktuR0g0RThZamtycUpwN3l6NHY1cjN3NGRFaXBKVGdwRXpwRzVza2RSaWJFS2RNSkJHaG1MMzFnYXZLQXd2TyIsIm1hYyI6Ijc4NmI3YWUyNWZhNmM0ZjNjMjQ5Y2I0OTE2ODcwYTQ5OWRkMjFlMWExY2FkNmNhYTJkOTQ0M2YyNGYwYjc3NWMiLCJ0YWciOiIifQ%3D%3D; expires=Sun, 12 Jan 2025 20:28:32 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir=eyJpdiI6ImpINWdkZk5TS0J5RGpDaElKamtxVVE9PSIsInZhbHVlIjoidmVoejNhdkIwd3JPUzZZTVk1NE1PNTcyeVdKWHRVaFd6Ynl5dEpyUWtLQnBsMEV" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVjOHFaM2cwUmJZN1lsVFA2bkxJUEE9PSIsInZhbHVlIjoiUTBxLzJ6QUNXYlloRUhMZkFmR2tpZG1HOTNaUTJPN0o4dS9GOXdvdUpsekpRdjV2MkV2bkM4SUhnMks2aitJY3kvQzU3SkxBNzhMZHp2L1hRN0hCYTNxZjMwdXdEYWRWRW4yVStGaU9VS1R6TTZGTHBwY0t0bTA1MjVGUVc2Z24iLCJtYWMiOiI4Mjk4OTI1NTZmNTY4YjE0ZjI0NDhiNzRkOWM4ODNlMjU3ZDhlZGMwYmQ4Yzc0YzczYTBhOWNhNDVhNjg1YWJmIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 20:28:32 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlVjOHFaM2cwUmJZN1lsVFA2bkxJUEE9PSIsInZhbHVlIjoiUTBxLzJ6QUNXYlloRUhMZkFmR2tpZG1HOTNaUTJPN0o4dS9GOXdvdUpsekpRdjV2MkV2bkM4SUhnMks2aitJY3kvQzU3S" 1 => "laravel_session=eyJpdiI6Im9pVUtsVmRyRW9uWE5jWDJRdHRENlE9PSIsInZhbHVlIjoiMXRoNnkwUStZak1uS1c2SExyQi9pd1F2SXp3TDhBUGRkYld5aGJOQWY2WnhEWHFlWm5nbHNHOTZhREFDSWZ4ditFVUQ3WXdVOURmOGR0R0lqQmpBbUJhblZaWGcrcHdNM3Uwc1VrOTE2REJJOXhjKytHejdkWk5pNWpOdXo3QnciLCJtYWMiOiJhNmRmYTI1MTIxYTViN2MwMzQwZDVkNGQ3NjJhNjhmYjllM2RiNzA4NGU0ZDg5N2RhY2UzZDQ2MjM1NGIxMGZhIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 20:28:32 GMT; path=/; httponlylaravel_session=eyJpdiI6Im9pVUtsVmRyRW9uWE5jWDJRdHRENlE9PSIsInZhbHVlIjoiMXRoNnkwUStZak1uS1c2SExyQi9pd1F2SXp3TDhBUGRkYld5aGJOQWY2WnhEWHFlWm5nbHNHOTZhREFDSWZ4ditF" 2 => "lK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir=eyJpdiI6ImpINWdkZk5TS0J5RGpDaElKamtxVVE9PSIsInZhbHVlIjoidmVoejNhdkIwd3JPUzZZTVk1NE1PNTcyeVdKWHRVaFd6Ynl5dEpyUWtLQnBsMEVYTEhTa0Y1cEd5enluSVFZT3p6bDk0RjQybk5pM0FvWklRSFVSRUJxcFAvc0lzbzF4QlJOZVlnN05hQ3p2NG1tVkkzRVZ1OTNJVy9QWmg4WUE1V2JBeUlOQzlmUU53Z2dOTnlRNElyaUwzQjNQckxWNUl4ZHJLQzJjbWlOT1hBdTFMcEJqRDdGaDNneG1GaHJhdlBJRlRCMnEvUHM2a1Q2YjJXYS9aQlVCZk5CQnV6WFFoTGxjaThXNXlKbUpxUDl4VzJWVVpWQVNTRlQrbjVscVRFM0RFbEl0Nmo1M0lNVU1IQ1RWMk1lN2w1TnErS3hKQ2FYVFZMSi8zNlc2bFhNODVtdWdTM09kNENnVUNBTnlXbUVnWXVvRHZBKzhFenpPT2JrZ05tZTE5U1Z2V2xCWktuU1FiTU8yR1FxYklhaE9NTWpBTEJDWWlvb200TkFVYktuR0g0RThZamtycUpwN3l6NHY1cjN3NGRFaXBKVGdwRXpwRzVza2RSaWJFS2RNSkJHaG1MMzFnYXZLQXd2TyIsIm1hYyI6Ijc4NmI3YWUyNWZhNmM0ZjNjMjQ5Y2I0OTE2ODcwYTQ5OWRkMjFlMWExY2FkNmNhYTJkOTQ0M2YyNGYwYjc3NWMiLCJ0YWciOiIifQ%3D%3D; expires=Sun, 12-Jan-2025 20:28:32 GMT; path=/; secure; httponlylK6UtLisDCPcsPVvzAVlhY5DtfTuwzuH6D4ZN0ir=eyJpdiI6ImpINWdkZk5TS0J5RGpDaElKamtxVVE9PSIsInZhbHVlIjoidmVoejNhdkIwd3JPUzZZTVk1NE1PNTcyeVdKWHRVaFd6Ynl5dEpyUWtLQnBsMEV" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "Q1be8pkqnYy9KgmIfzkmqHPCM4feOHyMZzNJWuVf" "_previous" => array:1 [ "url" => "https://immadb.com/events/strikeforce-fedor-vs-henderson" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-12 18:28:32GET/bouts/bellator-111-chris-gutierrez-vs-justin-mcnally511375