Online quote

For any information, please contact us



Whole green olives


Whole green olives


7.4.33PHP Version230msRequest Duration20MBMemory UsageGET en/devis/{devi}Route
    • Booting (128ms)
    • Application (99.12ms)
    • 1 x Booting (55.84%)
      128.43ms
      1 x Application (43.09%)
      99.12ms
      4 templates were rendered
      • devis.create (resources/views/devis/create.blade.php)6blade
        Params
        0
        menus
        1
        category
        2
        countries
        3
        contact
        4
        lan
        5
        product
      • layouts.app (resources/views/layouts/app.blade.php)18blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menus
        5
        category
        6
        countries
        7
        contact
        8
        lan
        9
        product
        10
        message
        11
        society_name
        12
        adresse
        13
        __currentLoopData
        14
        country
        15
        loop
        16
        cartCount
        17
        cartTotal
      • layouts.header (resources/views/layouts/header.blade.php)18blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menus
        5
        category
        6
        countries
        7
        contact
        8
        lan
        9
        product
        10
        message
        11
        society_name
        12
        adresse
        13
        __currentLoopData
        14
        country
        15
        loop
        16
        cartCount
        17
        cartTotal
      • layouts.footer (resources/views/layouts/footer.blade.php)18blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menus
        5
        category
        6
        countries
        7
        contact
        8
        lan
        9
        product
        10
        message
        11
        society_name
        12
        adresse
        13
        __currentLoopData
        14
        country
        15
        loop
        16
        cartCount
        17
        cartTotal
      uri
      GET en/devis/{devi}
      middleware
      web
      as
      devis.show
      controller
      App\Http\Controllers\DevisController@show
      namespace
      App\Http\Controllers
      prefix
      /en
      where
      file
      app/Http/Controllers/DevisController.php:97-107
      22 statements were executed, 16 of which were duplicated, 6 unique31.1ms
      • select * from `contacts` limit 14.58ms/app/Http/Controllers/DevisController.php:27intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Http/Controllers/DevisController.php:27
        • 15. /vendor/laravel/framework/src/Illuminate/Container/Container.php:849
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Container.php:691
        • 17. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:637
      • select * from `admin_menu_items` where `menu` = 1 order by `sort` asc15.88ms/app/Http/Controllers/DevisController.php:99intersto_interstore_db
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /app/Http/Controllers/DevisController.php:99
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `categories` order by `id` desc1.04ms/app/Http/Controllers/DevisController.php:100intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • 14. /app/Http/Controllers/DevisController.php:100
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `sub_categories` where `sub_categories`.`cat_id` in (5, 6, 7, 8)860μs/app/Http/Controllers/DevisController.php:100intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /app/Http/Controllers/DevisController.php:100
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `products` where `slug` LIKE '%whole-green-olives%' limit 1770μs/app/Http/Controllers/DevisController.php:101intersto_interstore_db
        Metadata
        Bindings
        • 0. %whole-green-olives%
        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
        Backtrace
        • 15. /app/Http/Controllers/DevisController.php:101
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `sub_categories` where `sub_categories`.`id` in (20)450μs/app/Http/Controllers/DevisController.php:101intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 20. /app/Http/Controllers/DevisController.php:101
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `contacts` limit 1420μs/app/Http/Controllers/DevisController.php:103intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Http/Controllers/DevisController.php:103
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:685
      • select * from `product_images` where `product_id` = 27 and `is_default` = 1 limit 1840μs/app/Helpers.php:81intersto_interstore_db
        Metadata
        Bindings
        • 0. 27
        • 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
        Backtrace
        • 15. /app/Helpers.php:81
        • 16. view::devis.create:41
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `product_images` where `product_id` = 27 and `is_default` = 1 limit 1420μs/app/Helpers.php:81intersto_interstore_db
        Metadata
        Bindings
        • 0. 27
        • 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
        Backtrace
        • 15. /app/Helpers.php:81
        • 16. view::devis.create:43
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `product_images` where `product_id` = 27 and `is_default` = 1 limit 1390μs/app/Helpers.php:81intersto_interstore_db
        Metadata
        Bindings
        • 0. 27
        • 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
        Backtrace
        • 15. /app/Helpers.php:81
        • 16. view::devis.create:72
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `product_images` where `product_id` = 27 and `is_default` = 1 limit 1420μs/app/Helpers.php:81intersto_interstore_db
        Metadata
        Bindings
        • 0. 27
        • 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
        Backtrace
        • 15. /app/Helpers.php:81
        • 16. view::devis.create:74
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1510μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.header:22
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1390μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.header:22
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1370μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.header:34
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1390μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.header:35
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1560μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:7
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1420μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:8
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1520μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:11
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1480μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:12
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1480μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:15
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `contacts` limit 1520μs/app/Helpers.php:110intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Helpers.php:110
        • 16. view::layouts.footer:16
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `categories` order by `id` desc limit 4390μs/app/Helpers.php:43intersto_interstore_db
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • 14. /app/Helpers.php:43
        • 15. view::layouts.footer:55
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      App\Models\Contacts
      10
      App\Models\Product_image
      4
      App\Models\Product
      1
      App\Models\SubCategory
      6
      App\Models\Category
      8
      App\MenuItem
      7
          _token
          atsGu6MNocI1m696TTe4oI668APFVSXwPd6LCTLB
          _previous
          array:1 [ "url" => "https://inter-store.tn/en/devis/whole-green-olives" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /en/devis/whole-green-olives
          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:16 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cache-control" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "inter-store.tn" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "x-https" => array:1 [ 0 => "1" ] ]
          request_server
          0 of 0
          array:61 [ "CONTEXT_DOCUMENT_ROOT" => "/home/interstoretn/public_html" "CONTEXT_PREFIX" => "" "DOCUMENT_ROOT" => "/home/interstoretn/public_html" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "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_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "inter-store.tn" "HTTP_PRAGMA" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_X_HTTPS" => "1" "PATH" => "/bin:/usr/bin" "PHP_INI_SCAN_DIR" => "/opt/cpanel/ea-php74/root/etc:/opt/cpanel/ea-php74/root/etc/php.d:." "QUERY_STRING" => "" "REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_SCRIPT_URI" => "https://inter-store.tn/en/devis/whole-green-olives" "REDIRECT_REDIRECT_SCRIPT_URL" => "/en/devis/whole-green-olives" "REDIRECT_REDIRECT_SSL_TLS_SNI" => "inter-store.tn" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_REDIRECT_UNIQUE_ID" => "Z_fCYV1gM1khCeBe0G3XXwAAAAk" "REDIRECT_SCRIPT_URI" => "https://inter-store.tn/en/devis/whole-green-olives" "REDIRECT_SCRIPT_URL" => "/en/devis/whole-green-olives" "REDIRECT_SSL_TLS_SNI" => "inter-store.tn" "REDIRECT_STATUS" => "200" "REDIRECT_UNIQUE_ID" => "Z_fCYV1gM1khCeBe0G3XXwAAAAk" "REDIRECT_URL" => "/dev/public/en/devis/whole-green-olives" "REMOTE_ADDR" => "3.147.195.139" "REMOTE_PORT" => "58310" "REQUEST_METHOD" => "GET" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/en/devis/whole-green-olives" "SCRIPT_FILENAME" => "/home/interstoretn/public_html/dev/public/index.php" "SCRIPT_NAME" => "/dev/public/index.php" "SCRIPT_URI" => "https://inter-store.tn/en/devis/whole-green-olives" "SCRIPT_URL" => "/en/devis/whole-green-olives" "SERVER_ADDR" => "51.195.100.35" "SERVER_ADMIN" => "webmaster@inter-store.tn" "SERVER_NAME" => "inter-store.tn" "SERVER_PORT" => "443" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SSL_TLS_SNI" => "inter-store.tn" "TZ" => "UTC" "UNIQUE_ID" => "Z_fCYV1gM1khCeBe0G3XXwAAAAk" "PHP_SELF" => "/dev/public/index.php" "REQUEST_TIME_FLOAT" => 1744290401.6879 "REQUEST_TIME" => 1744290401 "argv" => [] "argc" => 0 ]
          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 => "Thu, 10 Apr 2025 13:06:41 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRzandiVUo2bCs0Q3B5aitPdkYycXc9PSIsInZhbHVlIjoiVjYwdnVPMnRjNXFrbkIwTzRXQUREOGdqVlI3M0diN0lseGZzWlorcDRaRHhxb25LQkFWUkpGUURSai96WStNUmpYRWd2ZTgzVno1a3lLdkdCQlBpNlhINXJ6MHhNTUJaK3RHRnFJQlFaTFNDcTRjWjZVdHY5TUZpNlltelpYbEciLCJtYWMiOiJmMmYyZTk5MDFiZjIzNWQwMGI3ZTcyYWFkYWI5ZjIzNTYwZmQ0MjVkNWI1NjFjMWMwZGU4YWZiNzM1YzYwMjc0In0%3D; expires=Thu, 10-Apr-2025 15:06:41 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlRzandiVUo2bCs0Q3B5aitPdkYycXc9PSIsInZhbHVlIjoiVjYwdnVPMnRjNXFrbkIwTzRXQUREOGdqVlI3M0diN0lseGZzWlorcDRaRHhxb25LQkFWUkpGUURSai96WStNUmpYRWd2Z" 1 => "interstore_session=eyJpdiI6IkxJU1hXZ24vbCtDaWtRcE5JczA0V3c9PSIsInZhbHVlIjoib3h5RnZCR0RBV25ab0FOQnh2MjY0OFM5RzNSaG5SdXgwSDJGaFlhRTUybEdzNUtrMWFxUk5lWjdpV3ZFYXBGQkVqcmMwSjFodzM5MFBXMGR5cXIwOWJKSURmOHFTQ0tJZU5XRWRLdlhXL1J1ekZhU2I2N3NnQytvd2w5Ym9zS24iLCJtYWMiOiIzNzllM2RlMWQ2MTc5YWUwMmNkNWEzYTNkYWI1Y2Y0OTVhZmNjNjMwZDY2NmRjMTM0NGQ2NTc0Y2IwMjkzMmU1In0%3D; expires=Thu, 10-Apr-2025 15:06:41 GMT; Max-Age=7200; path=/; httponly; samesite=laxinterstore_session=eyJpdiI6IkxJU1hXZ24vbCtDaWtRcE5JczA0V3c9PSIsInZhbHVlIjoib3h5RnZCR0RBV25ab0FOQnh2MjY0OFM5RzNSaG5SdXgwSDJGaFlhRTUybEdzNUtrMWFxUk5lWjdpV3ZFYXBGQ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRzandiVUo2bCs0Q3B5aitPdkYycXc9PSIsInZhbHVlIjoiVjYwdnVPMnRjNXFrbkIwTzRXQUREOGdqVlI3M0diN0lseGZzWlorcDRaRHhxb25LQkFWUkpGUURSai96WStNUmpYRWd2ZTgzVno1a3lLdkdCQlBpNlhINXJ6MHhNTUJaK3RHRnFJQlFaTFNDcTRjWjZVdHY5TUZpNlltelpYbEciLCJtYWMiOiJmMmYyZTk5MDFiZjIzNWQwMGI3ZTcyYWFkYWI5ZjIzNTYwZmQ0MjVkNWI1NjFjMWMwZGU4YWZiNzM1YzYwMjc0In0%3D; expires=Thu, 10-Apr-2025 15:06:41 GMT; path=/XSRF-TOKEN=eyJpdiI6IlRzandiVUo2bCs0Q3B5aitPdkYycXc9PSIsInZhbHVlIjoiVjYwdnVPMnRjNXFrbkIwTzRXQUREOGdqVlI3M0diN0lseGZzWlorcDRaRHhxb25LQkFWUkpGUURSai96WStNUmpYRWd2Z" 1 => "interstore_session=eyJpdiI6IkxJU1hXZ24vbCtDaWtRcE5JczA0V3c9PSIsInZhbHVlIjoib3h5RnZCR0RBV25ab0FOQnh2MjY0OFM5RzNSaG5SdXgwSDJGaFlhRTUybEdzNUtrMWFxUk5lWjdpV3ZFYXBGQkVqcmMwSjFodzM5MFBXMGR5cXIwOWJKSURmOHFTQ0tJZU5XRWRLdlhXL1J1ekZhU2I2N3NnQytvd2w5Ym9zS24iLCJtYWMiOiIzNzllM2RlMWQ2MTc5YWUwMmNkNWEzYTNkYWI1Y2Y0OTVhZmNjNjMwZDY2NmRjMTM0NGQ2NTc0Y2IwMjkzMmU1In0%3D; expires=Thu, 10-Apr-2025 15:06:41 GMT; path=/; httponlyinterstore_session=eyJpdiI6IkxJU1hXZ24vbCtDaWtRcE5JczA0V3c9PSIsInZhbHVlIjoib3h5RnZCR0RBV25ab0FOQnh2MjY0OFM5RzNSaG5SdXgwSDJGaFlhRTUybEdzNUtrMWFxUk5lWjdpV3ZFYXBGQ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "atsGu6MNocI1m696TTe4oI668APFVSXwPd6LCTLB" "_previous" => array:1 [ "url" => "https://inter-store.tn/en/devis/whole-green-olives" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]