Tavares vs Shahbazyan

2019-11-02
New York, New York, United States

Bout details

Venue
Madison Square Garden
Location
New York, New York, United States
Announcer
Bruce Buffer
Tale of the Tape
31
Age
21
6'1"
Height
6'3"
184.5
Weight
185
74"
Reach
75"
43"
Leg Reach
42"
Round Score
1
2:27 / 5:00

Bout results

Request history8.3.7PHP Version833msRequest Duration13MBMemory UsageGET bouts/{bout}Route
    • Booting (11.39ms)time
    • Application (821ms)time
    • 1 x Application (98.63%)
      821ms
      1 x Booting (1.37%)
      11.39ms
      66 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
      • 11x components.description-list.left-aligned.groupgroup.blade.php#?blade
      • 11x components.description-list.left-aligned.namename.blade.php#?blade
      • 11x components.description-list.left-aligned.valuevalue.blade.php#?blade
      • 9x components.people.linklink.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
      • 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
      15 statements were executed, 4 of which were duplicates, 11 unique. Show only duplicated76.86ms
      • 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` = 'ufc-244-brad-tavares-vs-edmen-shahbazyan' limit 1
        42.3msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: ufc-244-brad-tavares-vs-edmen-shahbazyan
        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` = 516 limit 1
        4.86msvaporbout.blade.php#11
        Bindings
        • 0: 516
        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` = 5456
        2.35msvaporBout.php#148
        Bindings
        • 0: 5456
        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` = 5456 and `ratings`.`ratable_id` is not null
        2.45msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 5456
        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` = 5456 and `ratings`.`ratable_id` is not null
        2.49msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 5456
        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` = 1 limit 1
        2.13msvaporshow-bout.blade.php#73
        Bindings
        • 0: 1
        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 * from `people` where `people`.`id` = 16 limit 1
        1.62msvaporshow-bout.blade.php#198
        Bindings
        • 0: 16
        Backtrace
        • 21. view::livewire.bouts.show-bout:198
        • 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` = 516
        2.02msvaporshow-bout.blade.php#246
        Bindings
        • 0: 516
        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 * from `people` where `people`.`id` = 92 limit 1
        1.73msvaporshow-bout.blade.php#301
        Bindings
        • 0: 92
        Backtrace
        • 21. view::livewire.bouts.show-bout:301
        • 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_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` = 5456
        6.33msvaporshow-bout.blade.php#349
        Bindings
        • 0: 5456
        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` = 5456 and `rounds`.`bout_id` is not null order by `number` asc
        1.65msvaporHasRecords.php#108
        Bindings
        • 0: 5456
        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 (11702)
        1.7msvaporHasRecords.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` = 11702 and `ratings`.`ratable_id` is not null
        1.97msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 11702
        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` = 11702 and `ratings`.`ratable_id` is not null
        1.54msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 11702
        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` = 2167 limit 1
        1.72msvaporshow-bout.blade.php#511
        Bindings
        • 0: 2167
        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
      9Person.php#?
      App\Models\Bout
      1Bout.php#?
      App\Models\Event
      1Event.php#?
      App\Models\Promotion
      1Promotion.php#?
      App\Models\Round
      1Round.php#?
      bouts.show-bout #XPTiPhWUB4zxEDLRatOY
      array:4 [ "data" => array:29 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.bookmark-bout #GpFJey178qTGKLG9yzwX
      array:4 [ "data" => array:12 [ "watchable" => App\Models\Bout {#11220 #connection: "mysq...
      bouts.predict-bout-outcome #gB60UNXfRDWCdWnpjmV6
      array:4 [ "data" => array:13 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.rate-bout #9TCij3eTY1tolkjSF9U5
      array:4 [ "data" => array:11 [ "ratable" => App\Models\Bout {#11220 #connection: "mysql"...
      notifications #uLcysHLhPZyPpXZmzGwp
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          w5ONi7SB8pc1OzQ111cPZXXLVT8t3uf1azYHUMMD
          _previous
          array:1 [ "url" => "https://immadb.com/bouts/ufc-244-brad-tavares-vs-edmen-shahbazyan" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /bouts/ufc-244-brad-tavares-vs-edmen-shahbazyan
          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:30 [ "x-vapor-source-ip" => array:1 [ 0 => "3.135.193.145" ] "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.135.193.145, 15.158.61.176" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67827a3e-15bf869d3755cffa0483546b" ] "x-amz-cf-id" => array:1 [ 0 => "_JS-Z2X--bWO5p1bt7iKok4shH_KTamIAhIyZtIAZPkjAullEDgxpA==" ] "via" => array:1 [ 0 => "2.0 141cc765667839ffa8c4ad646af354cc.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" ] "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
          []
          
          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 => "Sat, 11 Jan 2025 14:03:43 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=eyJpdiI6Ik9iN29IcnM1ZmpEVVFhTkNMc1Rnd1E9PSIsInZhbHVlIjoiWUp6V1ZZK1Y1VThQWm1rSTdETFc3TGRXUm9rZHYwWmd0WmcwUXgrYStiR3U5RDc4S054ekg3VlY2MDhoaWtObzZrcmRLMVBoZTNHNmhhdXJ3bGlZcXE5cml3WkVUOFpoQUNrenp3TVVsa1NGdFQ0SjcxVG5pWWQrcTQrbzhYYVoiLCJtYWMiOiI3MmRlZGUwMDkzM2Q3MGFmZTAwMzY3Y2FkYzQ3ZDc0ZmNlZmY4ODRjNzUyYzJjOTBiY2EzMDc0ZjM0MGQyNTlhIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 16:03:43 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik9iN29IcnM1ZmpEVVFhTkNMc1Rnd1E9PSIsInZhbHVlIjoiWUp6V1ZZK1Y1VThQWm1rSTdETFc3TGRXUm9rZHYwWmd0WmcwUXgrYStiR3U5RDc4S054ekg3VlY2MDhoaWtObzZrcmRLM" 1 => "laravel_session=eyJpdiI6Ik1lT0dRODVqWjRyVlE5WVQ4NzdKdGc9PSIsInZhbHVlIjoiMFBaZEh4S1dhdk44TTNHNkNHWVovcjhEdk55eitJS3doV1RuYm5Nb2plUW5CZGd2aXBhbHhYVjVzT0FEa2oybVA2cGRUUlN4TzdGVThRVWRTME5nVS9VN3RxVTFZeWxvWE8vMzRRNVRHc2RpSHRteVVBRG1NdHNDNktDaFVyVGMiLCJtYWMiOiI4M2VkMzE0MjQzMDFhYWQwMmFlNWI0ZTdmMDMwZmI2Y2UxMGJlMzE4MTRlZWRkNjc2OWE1NmY3ODNjZGM0YzliIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 16:03:43 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Ik1lT0dRODVqWjRyVlE5WVQ4NzdKdGc9PSIsInZhbHVlIjoiMFBaZEh4S1dhdk44TTNHNkNHWVovcjhEdk55eitJS3doV1RuYm5Nb2plUW5CZGd2aXBhbHhYVjVzT0FEa2oybVA2" 2 => "6DRta5VhrDbwqc09fnzdoxJtHlVXqxssrzwiayY3=eyJpdiI6IldsU3FmNzdhdzlrVWFKT1REd3NWM0E9PSIsInZhbHVlIjoiblVCYU9ZYVZwVnZGK3pweXdiSTJBRkVkVDRCa1owVHZ4MVZzS0dNRTA4WXQrSG9vZFpTMGlaZlVkQjlkOHF4bmpOZStpNjdYT3FXYW11MCtyZzduZWpPbVdNQ3QwazVneEN4SnFudHN6b0RwSGVCb3ZyUHQyZGlrUnBMb2dzQjFkWUNhN1FXZmZlVENOQVpITEJucUI2VWpSTy81T3ozdFBoRTczd0ZBRVZTTzdmWldMaTVXVGJuQllCcEpRSnBhdlcvMHZ6SkpOT01TRk1CdHEweEluWmtDUnR4dVRpZjhPcmxWZnlEYWtZUVZtVUJoUUlSTzRzZXkwYXZzSFBDQXpoWk1kZ2RtWmlIV2o4SmEyWTNWRWg1a0VrVjJ4K1RZREdpbERZRytRa0xFZzFITG1BUFZrb0FaeW9DaU9KRU85b3BTclpaSDRaK3U0WDFvY2g3MmZXWm5ZMmRZS0lDQ0l0dWtiTW04eDJuMkVGTW1pbFdHeW51b2NiVG1NZy9iSElEcVVINThYWGhjWVNPTkNGL1gzcGdML2R2alZGa09aNHlMVE1nZm0xST0iLCJtYWMiOiI0YTZiYTZmZDg2NTYzZmNmOWQyZjc0MTMzMDMxMjQ2NzkwMmU5YTkyNThhN2JiOTA1Y2U4YmUwYmI4MzIzOGY1IiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 16:03:43 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax6DRta5VhrDbwqc09fnzdoxJtHlVXqxssrzwiayY3=eyJpdiI6IldsU3FmNzdhdzlrVWFKT1REd3NWM0E9PSIsInZhbHVlIjoiblVCYU9ZYVZwVnZGK3pweXdiSTJBRkVkVDRCa1owVHZ4MVZzS0dNRTA4WXQrSG9" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9iN29IcnM1ZmpEVVFhTkNMc1Rnd1E9PSIsInZhbHVlIjoiWUp6V1ZZK1Y1VThQWm1rSTdETFc3TGRXUm9rZHYwWmd0WmcwUXgrYStiR3U5RDc4S054ekg3VlY2MDhoaWtObzZrcmRLMVBoZTNHNmhhdXJ3bGlZcXE5cml3WkVUOFpoQUNrenp3TVVsa1NGdFQ0SjcxVG5pWWQrcTQrbzhYYVoiLCJtYWMiOiI3MmRlZGUwMDkzM2Q3MGFmZTAwMzY3Y2FkYzQ3ZDc0ZmNlZmY4ODRjNzUyYzJjOTBiY2EzMDc0ZjM0MGQyNTlhIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 16:03:43 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik9iN29IcnM1ZmpEVVFhTkNMc1Rnd1E9PSIsInZhbHVlIjoiWUp6V1ZZK1Y1VThQWm1rSTdETFc3TGRXUm9rZHYwWmd0WmcwUXgrYStiR3U5RDc4S054ekg3VlY2MDhoaWtObzZrcmRLM" 1 => "laravel_session=eyJpdiI6Ik1lT0dRODVqWjRyVlE5WVQ4NzdKdGc9PSIsInZhbHVlIjoiMFBaZEh4S1dhdk44TTNHNkNHWVovcjhEdk55eitJS3doV1RuYm5Nb2plUW5CZGd2aXBhbHhYVjVzT0FEa2oybVA2cGRUUlN4TzdGVThRVWRTME5nVS9VN3RxVTFZeWxvWE8vMzRRNVRHc2RpSHRteVVBRG1NdHNDNktDaFVyVGMiLCJtYWMiOiI4M2VkMzE0MjQzMDFhYWQwMmFlNWI0ZTdmMDMwZmI2Y2UxMGJlMzE4MTRlZWRkNjc2OWE1NmY3ODNjZGM0YzliIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 16:03:43 GMT; path=/; httponlylaravel_session=eyJpdiI6Ik1lT0dRODVqWjRyVlE5WVQ4NzdKdGc9PSIsInZhbHVlIjoiMFBaZEh4S1dhdk44TTNHNkNHWVovcjhEdk55eitJS3doV1RuYm5Nb2plUW5CZGd2aXBhbHhYVjVzT0FEa2oybVA2" 2 => "6DRta5VhrDbwqc09fnzdoxJtHlVXqxssrzwiayY3=eyJpdiI6IldsU3FmNzdhdzlrVWFKT1REd3NWM0E9PSIsInZhbHVlIjoiblVCYU9ZYVZwVnZGK3pweXdiSTJBRkVkVDRCa1owVHZ4MVZzS0dNRTA4WXQrSG9vZFpTMGlaZlVkQjlkOHF4bmpOZStpNjdYT3FXYW11MCtyZzduZWpPbVdNQ3QwazVneEN4SnFudHN6b0RwSGVCb3ZyUHQyZGlrUnBMb2dzQjFkWUNhN1FXZmZlVENOQVpITEJucUI2VWpSTy81T3ozdFBoRTczd0ZBRVZTTzdmWldMaTVXVGJuQllCcEpRSnBhdlcvMHZ6SkpOT01TRk1CdHEweEluWmtDUnR4dVRpZjhPcmxWZnlEYWtZUVZtVUJoUUlSTzRzZXkwYXZzSFBDQXpoWk1kZ2RtWmlIV2o4SmEyWTNWRWg1a0VrVjJ4K1RZREdpbERZRytRa0xFZzFITG1BUFZrb0FaeW9DaU9KRU85b3BTclpaSDRaK3U0WDFvY2g3MmZXWm5ZMmRZS0lDQ0l0dWtiTW04eDJuMkVGTW1pbFdHeW51b2NiVG1NZy9iSElEcVVINThYWGhjWVNPTkNGL1gzcGdML2R2alZGa09aNHlMVE1nZm0xST0iLCJtYWMiOiI0YTZiYTZmZDg2NTYzZmNmOWQyZjc0MTMzMDMxMjQ2NzkwMmU5YTkyNThhN2JiOTA1Y2U4YmUwYmI4MzIzOGY1IiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 16:03:43 GMT; path=/; secure; httponly6DRta5VhrDbwqc09fnzdoxJtHlVXqxssrzwiayY3=eyJpdiI6IldsU3FmNzdhdzlrVWFKT1REd3NWM0E9PSIsInZhbHVlIjoiblVCYU9ZYVZwVnZGK3pweXdiSTJBRkVkVDRCa1owVHZ4MVZzS0dNRTA4WXQrSG9" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "w5ONi7SB8pc1OzQ111cPZXXLVT8t3uf1azYHUMMD" "_previous" => array:1 [ "url" => "https://immadb.com/bouts/ufc-244-brad-tavares-vs-edmen-shahbazyan" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-11 14:03:43GET/bouts/ufc-244-brad-tavares-vs-edmen-shahbazyan6615135