00:00
Recording source: 2002 Recording

Holy Mary
Forever I will praise
My Mother Holy Mary
Shining forth your silver light
To the blind you give the gift of sight

Oh Holy Mary
Clean my heart, my mind, my soul
So with peace and happiness
I may walk on this sacred road

I stop now and ask
For the cleansing has begun
Love and firmness from the Moon
Faith and courage from the Sun

Oh Holy Mary
I give thanks each and every day
And in your garden of beautiful flowers
You go on teaching me how to pray
Holy Mary
Para sempre vou louvar
Minha Mãe Santa Maria
Brilhando sua luz prateada
Para o cego dás a visão

Oh! Santa Maria
Limpa meu coração, minha mente, minha alma
Para com paz e alegria
Eu possa andar no caminho sagrado

Eu agora paro e peço
Pois a limpeza já começou
Amor e firmeza da Lua
Fé e coragem do Sol

Oh! Santa Maria
Eu agradeço dia a dia
E em seu jardim de belas flores
Vais me ensinando a rezar
8.2.28PHP Version514msRequest Duration7MBMemory UsageGET hymn/{hymnId}/{hymnName?}Route
    • Booting (338ms)time
    • Application (176ms)time
    • 1 x Booting (65.72%)
      338ms
      1 x Application (34.28%)
      176ms
      22 templates were rendered
      • 1x hymns.hymnhymn.blade.phpblade
      • 1x hymns.partials.audio_block_displayaudio_block_display.blade.phpblade
      • 2x hymns.partials.audio_file_displayaudio_file_display.blade.phpblade
      • 2x hymns.patterns.66.blade.phpblade
      • 2x hymns.partials.notationnotation.blade.phpblade
      • 2x hymns.patterns.print.66.blade.phpblade
      • 2x hymns.partials.sun_moon_starssun_moon_stars.blade.phpblade
      • 1x layouts.partials.other_mediaother_media.blade.phpblade
      • 1x layouts.partials.feedback_formfeedback_form.blade.phpblade
      • 1x layouts.appapp.blade.phpblade
      • 1x layouts.partials.headhead.blade.phpblade
      • 1x layouts.partials.page_toppage_top.blade.phpblade
      • 1x layouts.partials.login_formlogin_form.blade.phpblade
      • 1x layouts.partials.headerheader.blade.phpblade
      • 1x layouts.partials.navnav.blade.phpblade
      • 1x layouts.partials.footerfooter.blade.phpblade
      • 1x layouts.partials.footer_jsfooter_js.blade.phpblade
      uri
      GET hymn/{hymnId}/{hymnName?}
      middleware
      web
      controller
      App\Http\Controllers\HymnController@show
      namespace
      App\Http\Controllers
      prefix
      where
      file
      app/Http/Controllers/HymnController.php:34-51
      24 statements were executed, 4 of which were duplicates, 20 unique. Show only duplicated60.95ms
      • select * from `hymns` where `id` = '3817' limit 1
        1.73msnossadevHymnController.php#38
        Bindings
        • 0: 3817
        Backtrace
        • 15. app/Http/Controllers/HymnController.php:38
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `persons` where `persons`.`id` in (49)
        1.46msnossadevHymnController.php#38
        Bindings
        • 0: 49
        Backtrace
        • 20. app/Http/Controllers/HymnController.php:38
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `persons` where `persons`.`id` in (660)
        1.22msnossadevHymnController.php#38
        Bindings
        • 0: 660
        Backtrace
        • 20. app/Http/Controllers/HymnController.php:38
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `hymn_translations` where `hymn_translations`.`hymn_id` in (3817)
        6.76msnossadevHymnController.php#38
        Backtrace
        • 20. app/Http/Controllers/HymnController.php:38
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `hymn_hinarios` where `hymn_hinarios`.`hymn_id` in (3817)
        2.04msnossadevHymnController.php#38
        Backtrace
        • 20. app/Http/Controllers/HymnController.php:38
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `hinarios`.*, `hymn_hinarios`.`hymn_id` as `laravel_through_key` from `hinarios` inner join `hymn_hinarios` on `hymn_hinarios`.`hinario_id` = `hinarios`.`id` where `hymn_hinarios`.`hymn_id` = 3817
        4.2msnossadevHymn.php#143
        Bindings
        • 0: 3817
        Backtrace
        • 19. app/Models/Hymn.php:143
        • 20. view::hymns.hymn:68
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_hinarios` where `hinario_id` = 46 order by `section_number` asc, `list_order` asc
        3.55msnossadevHinario.php#42
        Bindings
        • 0: 46
        Backtrace
        • 14. app/Models/Hinario.php:42
        • 15. view::hymns.hymn:75
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymns` where `hymns`.`id` = 3816 and `hymns`.`id` is not null limit 1
        860μsnossadevHinario.php#45
        Bindings
        • 0: 3816
        Backtrace
        • 20. app/Models/Hinario.php:45
        • 21. view::hymns.hymn:75
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_translations` where `hymn_translations`.`hymn_id` in (3816)
        6.69msnossadevHinario.php#45
        Backtrace
        • 25. app/Models/Hinario.php:45
        • 26. view::hymns.hymn:75
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hinario_translations` where `hinario_translations`.`hinario_id` = 46 and `hinario_translations`.`hinario_id` is not null
        510μsnossadevModelWithTranslations.php#31
        Bindings
        • 0: 46
        Backtrace
        • 19. app/Models/ModelWithTranslations.php:31
        • 20. app/Models/ModelWithTranslations.php:15
        • 21. app/Models/Hinario.php:110
        • 22. view::hymns.hymn:82
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `hymn_hinarios` where `hinario_id` = 46 order by `section_number` asc, `list_order` asc
        3.87msnossadevHinario.php#57
        Bindings
        • 0: 46
        Backtrace
        • 14. app/Models/Hinario.php:57
        • 15. view::hymns.hymn:86
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymns` where `hymns`.`id` = 3818 and `hymns`.`id` is not null limit 1
        590μsnossadevHinario.php#60
        Bindings
        • 0: 3818
        Backtrace
        • 20. app/Models/Hinario.php:60
        • 21. view::hymns.hymn:86
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_translations` where `hymn_translations`.`hymn_id` in (3818)
        6.92msnossadevHinario.php#60
        Backtrace
        • 25. app/Models/Hinario.php:60
        • 26. view::hymns.hymn:86
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select `media_files`.*, `hymn_media_files`.`hymn_id` as `laravel_through_key` from `media_files` inner join `hymn_media_files` on `hymn_media_files`.`media_file_id` = `media_files`.`id` where `hymn_media_files`.`hymn_id` = 3817
        4.54msnossadevHymn.php#161
        Bindings
        • 0: 3817
        Backtrace
        • 19. app/Models/Hymn.php:161
        • 20. view::hymns.partials.audio_block_display:1
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `media_file_upvotes` where `media_file_upvotes`.`media_file_id` in (4095, 5629)
        1.13msnossadevHymn.php#161
        Backtrace
        • 24. app/Models/Hymn.php:161
        • 25. view::hymns.partials.audio_block_display:1
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `media_sources` where `media_sources`.`id` in (94, 140)
        590μsnossadevHymn.php#161
        Bindings
        • 0: 94
        • 1: 140
        Backtrace
        • 24. app/Models/Hymn.php:161
        • 25. view::hymns.partials.audio_block_display:1
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `media_source_translations` where `media_source_translations`.`media_source_id` in (94, 140)
        1.38msnossadevHymn.php#161
        Backtrace
        • 29. app/Models/Hymn.php:161
        • 30. view::hymns.partials.audio_block_display:1
        • 32. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 33. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 34. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_media_files` where `hymn_id` = 3817 and `media_file_id` = 4095 limit 1
        5.52msnossadevHymn.php#241
        Bindings
        • 0: 3817
        • 1: 4095
        Backtrace
        • 15. app/Models/Hymn.php:241
        • 16. view::hymns.partials.audio_block_display:3
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_media_files` where `hymn_id` = 3817 and `media_file_id` = 5629 limit 1
        4.64msnossadevHymn.php#241
        Bindings
        • 0: 3817
        • 1: 5629
        Backtrace
        • 15. app/Models/Hymn.php:241
        • 16. view::hymns.partials.audio_block_display:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymn_notation_translations` where `hymn_notation_translations`.`hymn_notation_id` = 0 and `hymn_notation_translations`.`hymn_notation_id` is not null
        440μsnossadevHymn.php#39
        Bindings
        • 0: 0
        Backtrace
        • 19. app/Models/Hymn.php:39
        • 20. view::hymns.partials.notation:3
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `hymns` where `hymns`.`id` = 3817 and `hymns`.`id` is not null limit 1
        600μsnossadevhymn.blade.php#164
        Bindings
        • 0: 3817
        Backtrace
        • 20. view::hymns.hymn:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `person_images` where `person_id` = 49 and `is_portrait` = 1 limit 1
        590μsnossadevPerson.php#28
        Bindings
        • 0: 49
        • 1: 1
        Backtrace
        • 15. app/Models/Person.php:28
        • 16. view::hymns.hymn:221
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `person_images` where `person_images`.`person_id` = 49 and `person_images`.`person_id` is not null
        610μsnossadevPerson.php#32
        Bindings
        • 0: 49
        Backtrace
        • 19. app/Models/Person.php:32
        • 20. view::hymns.hymn:221
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `person_images` where `person_id` = 49 and `is_portrait` = 1 limit 1
        510μsnossadevPerson.php#28
        Bindings
        • 0: 49
        • 1: 1
        Backtrace
        • 15. app/Models/Person.php:28
        • 16. view::hymns.hymn:222
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      App\Models\HymnHinario
      135
      App\Models\HymnTranslation
      6
      App\Models\Hymn
      4
      App\Models\Person
      2
      App\Models\MediaFile
      2
      App\Models\MediaSource
      2
      App\Models\MediaSourceTranslation
      2
      App\Models\HymnMediaFile
      2
      App\Models\Hinario
      1
      App\Models\HinarioTranslation
      1
          _token
          JK39sB6c6kt04yYi7pEBrXJKeqo1tu6LukN1qYOO
          _previous
          array:1 [ "url" => "https://dev.nossairmandade.com/hymn/3817/HolyMary" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /hymn/3817/HolyMary
          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:17 [ "content-length" => array:1 [ 0 => "0" ] "connection" => array:1 [ 0 => "close" ] "host" => array:1 [ 0 => "dev.nossairmandade.com" ] "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" ] ]
          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 => "Tue, 17 Jun 2025 17:16:47 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJseFMzL2RJejZrYzh6di9yWkhSV0E9PSIsInZhbHVlIjoiSnJkR0NIMm1MM2hJYUNtUGNJNmFOUHYvWjVwTWl4bmVENG9sRHBNV2VxUEdxVm5EQWpPeldtQTNSMy8rbHNINmEwcHg2c0g2ZG1TdmQwb1g4RnM0NC9Db2t5MzZkZTFEYmUrOUlHbnFKY1BKRkFYeEFLNjRlK2xOckdLNDZYbU0iLCJtYWMiOiJiNzY0OGNjNmViNjU0OGZlYTM1MTMzNzI2MjNlNTI0YWE4ODRhNzQyYTg3MjU0YWRjZjNmY2ZmNzg2NzNkYzcxIiwidGFnIjoiIn0%3D; expires=Tue, 17 Jun 2025 19:16:48 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IlJseFMzL2RJejZrYzh6di9yWkhSV0E9PSIsInZhbHVlIjoiSnJkR0NIMm1MM2hJYUNtUGNJNmFOUHYvWjVwTWl4bmVENG9sRHBNV2VxUEdxVm5EQWpPeldtQTNSMy8rbHNINmEwcHg2c" 1 => "laravel_session=eyJpdiI6ImN2S1J5UGc5cTFzcFFxZ2Z3blI2NXc9PSIsInZhbHVlIjoiQUtwRVM4VGdKTWFuam5XemJ2VFhJK3UyZEFjbUdMcHdCTk1KQVdKUVQzZy93MHpjbkdDYW1kR2l0dWp0OEhUSVZkbWlZUC9XVWpUVnF0QlV0akt0TUlUNDFQNWUxeUloa1RlNDFmL2tteUFRNnVSZFA3eWFjUUNSZVROcmt6eFgiLCJtYWMiOiIxYTgzNzMzNzAzNTM3YTFkOGQyZjgxMGE5NmZhMjFlOWQzOWMyZDRhNDE5MjI3YTYzZDQ1MWZiYTE0NWUyMjdhIiwidGFnIjoiIn0%3D; expires=Tue, 17 Jun 2025 19:16:48 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImN2S1J5UGc5cTFzcFFxZ2Z3blI2NXc9PSIsInZhbHVlIjoiQUtwRVM4VGdKTWFuam5XemJ2VFhJK3UyZEFjbUdMcHdCTk1KQVdKUVQzZy93MHpjbkdDYW1kR2l0dWp0OEhUSVZk" 2 => "lid=eyJpdiI6IlZka2RFejloNzc4ZGFVaURmenNpaEE9PSIsInZhbHVlIjoiaFNPbGdZMDRpOWhzaUhudlZkYTRlV0xCRENyVDRBWG4vRVJZclNEOTRtaUxibFRTL3JQNjVrZVBaMnA4ZDBaQiIsIm1hYyI6IjE0NDIzNjBhYjE4NjAwZDYyNWM1MmQwYWIwZjEwMzY2MjY1YWVkYTAwZjlmYzA1ZTNjNDNlZTFkYzE0NzdhOTYiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 17 Jun 2026 17:16:47 GMT; Max-Age=31535999; path=/; httponlylid=eyJpdiI6IlZka2RFejloNzc4ZGFVaURmenNpaEE9PSIsInZhbHVlIjoiaFNPbGdZMDRpOWhzaUhudlZkYTRlV0xCRENyVDRBWG4vRVJZclNEOTRtaUxibFRTL3JQNjVrZVBaMnA4ZDBaQiIsIm1hYyI6IjE0" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJseFMzL2RJejZrYzh6di9yWkhSV0E9PSIsInZhbHVlIjoiSnJkR0NIMm1MM2hJYUNtUGNJNmFOUHYvWjVwTWl4bmVENG9sRHBNV2VxUEdxVm5EQWpPeldtQTNSMy8rbHNINmEwcHg2c0g2ZG1TdmQwb1g4RnM0NC9Db2t5MzZkZTFEYmUrOUlHbnFKY1BKRkFYeEFLNjRlK2xOckdLNDZYbU0iLCJtYWMiOiJiNzY0OGNjNmViNjU0OGZlYTM1MTMzNzI2MjNlNTI0YWE4ODRhNzQyYTg3MjU0YWRjZjNmY2ZmNzg2NzNkYzcxIiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 19:16:48 GMT; path=/XSRF-TOKEN=eyJpdiI6IlJseFMzL2RJejZrYzh6di9yWkhSV0E9PSIsInZhbHVlIjoiSnJkR0NIMm1MM2hJYUNtUGNJNmFOUHYvWjVwTWl4bmVENG9sRHBNV2VxUEdxVm5EQWpPeldtQTNSMy8rbHNINmEwcHg2c" 1 => "laravel_session=eyJpdiI6ImN2S1J5UGc5cTFzcFFxZ2Z3blI2NXc9PSIsInZhbHVlIjoiQUtwRVM4VGdKTWFuam5XemJ2VFhJK3UyZEFjbUdMcHdCTk1KQVdKUVQzZy93MHpjbkdDYW1kR2l0dWp0OEhUSVZkbWlZUC9XVWpUVnF0QlV0akt0TUlUNDFQNWUxeUloa1RlNDFmL2tteUFRNnVSZFA3eWFjUUNSZVROcmt6eFgiLCJtYWMiOiIxYTgzNzMzNzAzNTM3YTFkOGQyZjgxMGE5NmZhMjFlOWQzOWMyZDRhNDE5MjI3YTYzZDQ1MWZiYTE0NWUyMjdhIiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 19:16:48 GMT; path=/; httponlylaravel_session=eyJpdiI6ImN2S1J5UGc5cTFzcFFxZ2Z3blI2NXc9PSIsInZhbHVlIjoiQUtwRVM4VGdKTWFuam5XemJ2VFhJK3UyZEFjbUdMcHdCTk1KQVdKUVQzZy93MHpjbkdDYW1kR2l0dWp0OEhUSVZk" 2 => "lid=eyJpdiI6IlZka2RFejloNzc4ZGFVaURmenNpaEE9PSIsInZhbHVlIjoiaFNPbGdZMDRpOWhzaUhudlZkYTRlV0xCRENyVDRBWG4vRVJZclNEOTRtaUxibFRTL3JQNjVrZVBaMnA4ZDBaQiIsIm1hYyI6IjE0NDIzNjBhYjE4NjAwZDYyNWM1MmQwYWIwZjEwMzY2MjY1YWVkYTAwZjlmYzA1ZTNjNDNlZTFkYzE0NzdhOTYiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 17-Jun-2026 17:16:47 GMT; path=/; httponlylid=eyJpdiI6IlZka2RFejloNzc4ZGFVaURmenNpaEE9PSIsInZhbHVlIjoiaFNPbGdZMDRpOWhzaUhudlZkYTRlV0xCRENyVDRBWG4vRVJZclNEOTRtaUxibFRTL3JQNjVrZVBaMnA4ZDBaQiIsIm1hYyI6IjE0" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "JK39sB6c6kt04yYi7pEBrXJKeqo1tu6LukN1qYOO" "_previous" => array:1 [ "url" => "https://dev.nossairmandade.com/hymn/3817/HolyMary" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]