Reviews about the doctor Shatilo Sofia Sergeevna

Shatilo Sofia Sergeevna

Надзвичайно професійна!!!! Допомогла одужати від ковід. Вдячна за підтримку та допомогу, вчасні слова та наполегливість. Софіє Сергіівно, вдячна Вам безмежно!!

Надзвичайно професійна!!!! Допомогла одужати від ковід. Вдячна за підтримку та допомогу, вчасні слова та наполегливість. Софіє Сергіівно, вдячна Вам безмежно!!

Leave a review
This is a required field
This is a required field
Enter the correct phone number
This is a required field
This is a required field
7.4.33PHP Version1.81sRequest Duration7MBMemory UsageGET en/doctor/{slug}-{id}/reviewsRoute
    • Booting (1.15s)
    • Application (650ms)
    • 1 x Booting (63.33%)
      1.15s
      1 x Application (35.94%)
      650.05ms
      14 templates were rendered
      • doctors.reviews (resources/views/doctors/reviews.blade.php)2blade
        Params
        0
        page
        1
        reviews
      • partials.seo (resources/views/partials/seo.blade.php)9blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        canonicalUrl
        7
        alternatePageLangs
        8
        isSeoNoIndex
      • components.breadcrumbs (resources/views/components/breadcrumbs.blade.php)5blade
        Params
        0
        breadcrumbs
        1
        componentName
        2
        attributes
        3
        slot
        4
        __laravel_slots
      • vendor.pagination.bootstrap-4-improved (resources/views/vendor/pagination/bootstrap-4-improved.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • partials.seo_text (resources/views/partials/seo_text.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
      • layouts.default (resources/views/layouts/default.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
      • partials.ie (resources/views/partials/ie.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
      • components.header (resources/views/components/header.blade.php)7blade
        Params
        0
        languages
        1
        type
        2
        currentLanguage
        3
        componentName
        4
        attributes
        5
        slot
        6
        __laravel_slots
      • components.left-menu (resources/views/components/left-menu.blade.php)7blade
        Params
        0
        menu
        1
        type
        2
        socialIcons
        3
        componentName
        4
        attributes
        5
        slot
        6
        __laravel_slots
      • partials.footer.footer (resources/views/partials/footer/footer.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
        11
        menu
        12
        doctorsPageUrl
        13
        departmentsPageUrl
      • partials.footer.footer_menu (resources/views/partials/footer/footer_menu.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
        11
        menu
        12
        doctorsPageUrl
        13
        departmentsPageUrl
      • partials.footer.footer_menu_mobile (resources/views/partials/footer/footer_menu_mobile.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
        11
        menu
        12
        doctorsPageUrl
        13
        departmentsPageUrl
      • popups.popup-phones (resources/views/popups/popup-phones.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
      • popups.popup-response (resources/views/popups/popup-response.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        agent
        3
        errors
        4
        page
        5
        reviews
        6
        component
        7
        __empty_1
        8
        __currentLoopData
        9
        review
        10
        loop
      uri
      GET en/doctor/{slug}-{id}/reviews
      middleware
      web
      controller
      App\Http\Controllers\DoctorsController@reviews
      namespace
      App\Http\Controllers
      prefix
      /en
      where
      as
      doctor.reviews
      file
      app/Http/Controllers/DoctorsController.php:44-50
      22 statements were executed28.46ms
      • select * from `doctors` where `id` = '216' and `is_active` = '1' limit 1580μsc1_dev_oberig
        Metadata
        Bindings
        • 0. 216
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `doctors` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabledoctors
        partitionsnull
        typeconst
        possible_keysPRIMARY
        keyPRIMARY
        key_len8
        refconst
        rows1
        filtered100
        Extranull
      • select `doctors_specialty`.*, `doctor_doctors_specialty`.`doctor_id` as `pivot_doctor_id`, `doctor_doctors_specialty`.`doctors_specialty_id` as `pivot_doctors_specialty_id` from `doctors_specialty` inner join `doctor_doctors_specialty` on `doctors_specialty`.`id` = `doctor_doctors_specialty`.`doctors_specialty_id` where `doctor_doctors_specialty`.`doctor_id` in (216)1.55msc1_dev_oberig
        Metadata
      • - EXPLAIN # 1: `doctor_doctors_specialty` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabledoctor_doctors_specialty
        partitionsnull
        typeref
        possible_keysdoctor_doctors_specialty_doctor_id_index,doctor_doctors_specialty_doctors_specialty_id_index
        keydoctor_doctors_specialty_doctor_id_index
        key_len8
        refconst
        rows1
        filtered100
        Extranull
      • - EXPLAIN # 1: `doctors_specialty` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabledoctors_specialty
        partitionsnull
        typeeq_ref
        possible_keysPRIMARY
        keyPRIMARY
        key_len4
        refc1_dev_oberig.doctor_doctors_specialty.doctors_specialty_id
        rows1
        filtered100
        Extranull
      • select `types`.*, `doctor_type`.`doctor_id` as `pivot_doctor_id`, `doctor_type`.`type_id` as `pivot_type_id` from `types` inner join `doctor_type` on `types`.`id` = `doctor_type`.`type_id` where `doctor_type`.`doctor_id` in (216)1.72msc1_dev_oberig
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `doctor_type` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabledoctor_type
        partitionsnull
        typeref
        possible_keysdoctor_type_doctor_id_index,doctor_type_type_id_index
        keydoctor_type_doctor_id_index
        key_len8
        refconst
        rows1
        filtered100
        Extranull
      • - EXPLAIN # 1: `types` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabletypes
        partitionsnull
        typeeq_ref
        possible_keysPRIMARY
        keyPRIMARY
        key_len4
        refc1_dev_oberig.doctor_type.type_id
        rows1
        filtered100
        Extranull
      • select * from `doctors_reviews` where `doctors_reviews`.`doctor_id` = 216 and `doctors_reviews`.`doctor_id` is not null and (`is_active` = 1)18.87msc1_dev_oberig
        Metadata
        Bindings
        • 0. 216
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `doctors_reviews` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tabledoctors_reviews
        partitionsnull
        typeref
        possible_keysdoctors_reviews_doctor_id_index
        keydoctors_reviews_doctor_id_index
        key_len9
        refconst
        rows1
        filtered10
        ExtraUsing where
      • select * from `seo` where `seo`.`seo_id` = 216 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Doctor' limit 1570μsc1_dev_oberig
        Metadata
        Bindings
        • 0. 216
        • 1. App\Models\Doctor
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `seo` (SIMPLE)11
        Metadata
        id1
        select_typeSIMPLE
        tableseo
        partitionsnull
        typeref
        possible_keysseo_seo_id_seo_type_index
        keyseo_seo_id_seo_type_index
        key_len1026
        refconst,const
        rows1
        filtered100
        Extranull
      • select * from `settings` where `slug` like 'emails-callback-form' limit 1470μsc1_dev_oberig
        Metadata
        Bindings
        • 0. emails-callback-form
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'contact-phone' limit 1200μsc1_dev_oberig
        Metadata
        Bindings
        • 0. contact-phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `tb_tree` where `template` = 'doctors' limit 1340μsc1_dev_oberig
        Metadata
        Bindings
        • 0. doctors
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `tb_tree` (SIMPLE)371
        Metadata
        id1
        select_typeSIMPLE
        tabletb_tree
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows37
        filtered10
        ExtraUsing where
      • select * from `tb_tree` where ((select `_`.`rgt` from `tb_tree` as `_` where `id` = 24 limit 1) between `tb_tree`.`lft` and `tb_tree`.`rgt`) order by `lft` asc700μsc1_dev_oberig
        Metadata
        Bindings
        • 0. 24
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `tb_tree` (PRIMARY)111
        Metadata
        id1
        select_typePRIMARY
        tabletb_tree
        partitionsnull
        typerange
        possible_keystb_tree_lft_index,tb_tree_rgt_index
        keytb_tree_lft_index
        key_len4
        refnull
        rows11
        filtered94.59458923339844
        ExtraUsing where
      • - EXPLAIN # 2: `_` (SUBQUERY)12
        Metadata
        id2
        select_typeSUBQUERY
        table_
        partitionsnull
        typeconst
        possible_keysPRIMARY
        keyPRIMARY
        key_len4
        refconst
        rows1
        filtered100
        Extranull
      • select * from `tb_tree` where `template` = 'privacy_policy' limit 1560μsc1_dev_oberig
        Metadata
        Bindings
        • 0. privacy_policy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `tb_tree` (SIMPLE)371
        Metadata
        id1
        select_typeSIMPLE
        tabletb_tree
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows37
        filtered10
        ExtraUsing where
      • select * from `settings` where `slug` like 'head-tag-scripts' limit 1280μsc1_dev_oberig
        Metadata
        Bindings
        • 0. head-tag-scripts
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'google-chrome' limit 1220μsc1_dev_oberig
        Metadata
        Bindings
        • 0. google-chrome
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'firefox' limit 1130μsc1_dev_oberig
        Metadata
        Bindings
        • 0. firefox
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'microsoft-edge' limit 1130μsc1_dev_oberig
        Metadata
        Bindings
        • 0. microsoft-edge
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'body-tag-start-scripts' limit 1130μsc1_dev_oberig
        Metadata
        Bindings
        • 0. body-tag-start-scripts
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'zapisatis-na-priiom' limit 1170μsc1_dev_oberig
        Metadata
        Bindings
        • 0. zapisatis-na-priiom
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select * from `settings` where `slug` like 'osobistii-kabinet' limit 1150μsc1_dev_oberig
        Metadata
        Bindings
        • 0. osobistii-kabinet
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      • select `menu_header`.*, (select count(*) from `menu_header` as `laravel_reserved_0` where `menu_header`.`id` = `laravel_reserved_0`.`parent_id`) as `children_count` from `menu_header` where `is_active` = 1 order by `lft` asc500μsc1_dev_oberig
        Metadata
        Bindings
        • 0. 1
      • - EXPLAIN # 1: `menu_header` (PRIMARY)151
        Metadata
        id1
        select_typePRIMARY
        tablemenu_header
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows15
        filtered10
        ExtraUsing where; Using filesort
      • - EXPLAIN # 2: `laravel_reserved_0` (DEPENDENT SUBQUERY)32
        Metadata
        id2
        select_typeDEPENDENT SUBQUERY
        tablelaravel_reserved_0
        partitionsnull
        typeref
        possible_keysmenu_header_parent_id_index
        keymenu_header_parent_id_index
        key_len5
        refc1_dev_oberig.menu_header.id
        rows3
        filtered100
        ExtraUsing where; Using index
      • select * from `tb_tree` where `tb_tree`.`id` in (2, 3, 4, 5, 7, 14, 23, 24, 25)330μsc1_dev_oberig
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `tb_tree` (SIMPLE)91
        Metadata
        id1
        select_typeSIMPLE
        tabletb_tree
        partitionsnull
        typerange
        possible_keysPRIMARY
        keyPRIMARY
        key_len4
        refnull
        rows9
        filtered100
        ExtraUsing where
      • select * from `menu_header` where `menu_header`.`parent_id` in (1, 2, 3, 12, 15, 16, 18, 19, 20, 21, 23, 24, 26, 29) order by `lft` asc250μsc1_dev_oberig
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `menu_header` (SIMPLE)151
        Metadata
        id1
        select_typeSIMPLE
        tablemenu_header
        partitionsnull
        typeALL
        possible_keysmenu_header_parent_id_index
        keynull
        key_lennull
        refnull
        rows15
        filtered100
        ExtraUsing where; Using filesort
      • select * from `social_networks` where `is_active` = 1 order by `priority` asc280μsc1_dev_oberig
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • - EXPLAIN # 1: `social_networks` (SIMPLE)41
        Metadata
        id1
        select_typeSIMPLE
        tablesocial_networks
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows4
        filtered25
        ExtraUsing where; Using filesort
      • select * from `settings` where `slug` like 'body-tag-end-scripts' limit 1330μsc1_dev_oberig
        Metadata
        Bindings
        • 0. body-tag-end-scripts
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • - EXPLAIN # 1: `settings` (SIMPLE)211
        Metadata
        id1
        select_typeSIMPLE
        tablesettings
        partitionsnull
        typeALL
        possible_keysnull
        keynull
        key_lennull
        refnull
        rows21
        filtered11.110000610351562
        ExtraUsing where
      App\Models\SocialNetwork
      4
      App\Models\MenuHeader
      28
      App\Models\Tree
      13
      Vis\Builder\Setting
      10
      App\Models\MorphOne\Seo
      1
      App\Models\HasMany\DoctorsReview
      1
      App\Models\Type
      1
      App\Models\DoctorsSpecialty
      1
      App\Models\Doctor
      1
        _token
        CnfbLNYbqVpQAMM1AnBky9Xv3pEBU5wIuQ7ILclw
        _previous
        array:1 [ "url" => "https://oberig-dev.vis-design.com.ua/en/doctor/satilo-sofiya-sergiyivna-216/re...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /en/doctor/satilo-sofiya-sergiyivna-216/reviews
        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:15 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "oberig-dev.vis-design.com.ua" ] ]
        request_server
        0 of 0
        array:52 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client1/web116/tmp" "TMPDIR" => "/var/www/clients/client1/web116/tmp" "TMP" => "/var/www/clients/client1/web116/tmp" "HOSTNAME" => "" "USER" => "web116" "HOME" => "/var/www/clients/client1/web116" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/en/doctor/satilo-sofiya-sergiyivna-216/reviews" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/en/doctor/satilo-sofiya-sergiyivna-216/reviews" "REMOTE_PORT" => "21559" "SCRIPT_FILENAME" => "/var/www/clients/client1/web116/web/oberig/public/index.php" "SERVER_ADMIN" => "webmaster@oberig-dev.vis-design.com.ua" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "REMOTE_ADDR" => "18.219.197.191" "SERVER_PORT" => "443" "SERVER_ADDR" => "148.251.123.135" "SERVER_NAME" => "oberig-dev.vis-design.com.ua" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "oberig-dev.vis-design.com.ua" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1747167740.8837 "REQUEST_TIME" => 1747167740 ]
        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, 13 May 2025 20:22:22 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik84UVRRMnc5SDRSSEdxVFY3SEJxZ3c9PSIsInZhbHVlIjoicWh5Z1VrMU9JeUNscEFVdFd5cHhkckllZU11ajBGSW5CUGNHSlpTakdnM3BSOUdTcmRtalFDYTlXam9OTVdLSTNJMEJlS2FYZG1veGdHM3ZaV0psc1A2RWlSa1c0Y0Y1c1FkYmdabnhIdFlKb2d1Q0V0dlNoT0VwZzJ4T2VBODkiLCJtYWMiOiJjM2Y1MDZiNjgyYmM3MmFiNDUwNDU1MWJkZWNiNjBhZjE1ZmMyMTk3MjBkMzQ4NTI5ZWUyNGNkZDExZGQ5ZTU1In0%3D; expires=Tue, 13-May-2025 22:22:22 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6Ik84UVRRMnc5SDRSSEdxVFY3SEJxZ3c9PSIsInZhbHVlIjoicWh5Z1VrMU9JeUNscEFVdFd5cHhkckllZU11ajBGSW5CUGNHSlpTakdnM3BSOUdTcmRtalFDYTlXam9OTVdLSTNJMEJlS" 1 => "oberig_dev_session=eyJpdiI6IkdtSFNtWklvbnp4akZBcXQzRG8zOVE9PSIsInZhbHVlIjoia1hWNk1hM0NvdWR1cnZtSVVOYWxyV0hlUDZQMlFwVnNuWmhLbWhhSVp4djY0TkRvaXZHeTk4NWMzRGtycWswRklnN005UXJ0emZYaDdUNDFSaVJaSlNqRnRlQlRyTjVQQWVJb2k3dUlwcVRQbVFWcXNwdzdDQkZOZ0lUV2lxNXIiLCJtYWMiOiIwZmQxMDFjYTRkMjJiNTdjOTQ1YzA2ZWJlZTMwMWU1OWJlMjJmZGFjZjFhODRhYzY5YTJhZDU0YTU4Mzc3OGI1In0%3D; expires=Tue, 13-May-2025 22:22:22 GMT; Max-Age=7200; path=/; httponlyoberig_dev_session=eyJpdiI6IkdtSFNtWklvbnp4akZBcXQzRG8zOVE9PSIsInZhbHVlIjoia1hWNk1hM0NvdWR1cnZtSVVOYWxyV0hlUDZQMlFwVnNuWmhLbWhhSVp4djY0TkRvaXZHeTk4NWMzRGtycWswR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik84UVRRMnc5SDRSSEdxVFY3SEJxZ3c9PSIsInZhbHVlIjoicWh5Z1VrMU9JeUNscEFVdFd5cHhkckllZU11ajBGSW5CUGNHSlpTakdnM3BSOUdTcmRtalFDYTlXam9OTVdLSTNJMEJlS2FYZG1veGdHM3ZaV0psc1A2RWlSa1c0Y0Y1c1FkYmdabnhIdFlKb2d1Q0V0dlNoT0VwZzJ4T2VBODkiLCJtYWMiOiJjM2Y1MDZiNjgyYmM3MmFiNDUwNDU1MWJkZWNiNjBhZjE1ZmMyMTk3MjBkMzQ4NTI5ZWUyNGNkZDExZGQ5ZTU1In0%3D; expires=Tue, 13-May-2025 22:22:22 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik84UVRRMnc5SDRSSEdxVFY3SEJxZ3c9PSIsInZhbHVlIjoicWh5Z1VrMU9JeUNscEFVdFd5cHhkckllZU11ajBGSW5CUGNHSlpTakdnM3BSOUdTcmRtalFDYTlXam9OTVdLSTNJMEJlS" 1 => "oberig_dev_session=eyJpdiI6IkdtSFNtWklvbnp4akZBcXQzRG8zOVE9PSIsInZhbHVlIjoia1hWNk1hM0NvdWR1cnZtSVVOYWxyV0hlUDZQMlFwVnNuWmhLbWhhSVp4djY0TkRvaXZHeTk4NWMzRGtycWswRklnN005UXJ0emZYaDdUNDFSaVJaSlNqRnRlQlRyTjVQQWVJb2k3dUlwcVRQbVFWcXNwdzdDQkZOZ0lUV2lxNXIiLCJtYWMiOiIwZmQxMDFjYTRkMjJiNTdjOTQ1YzA2ZWJlZTMwMWU1OWJlMjJmZGFjZjFhODRhYzY5YTJhZDU0YTU4Mzc3OGI1In0%3D; expires=Tue, 13-May-2025 22:22:22 GMT; path=/; httponlyoberig_dev_session=eyJpdiI6IkdtSFNtWklvbnp4akZBcXQzRG8zOVE9PSIsInZhbHVlIjoia1hWNk1hM0NvdWR1cnZtSVVOYWxyV0hlUDZQMlFwVnNuWmhLbWhhSVp4djY0TkRvaXZHeTk4NWMzRGtycWswR" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "CnfbLNYbqVpQAMM1AnBky9Xv3pEBU5wIuQ7ILclw" "_previous" => array:1 [ "url" => "https://oberig-dev.vis-design.com.ua/en/doctor/satilo-sofiya-sergiyivna-216/reviews" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]