استشارة المدرب

ترتيب حسب:

img
mr omar

استاذ الرياضيات ||Author Level 5

3.0
★★★★★
★★★★★
(2)
1 Years of Membership Author Level 5 6 to 16 Course 0 to 10 Student 32 to 62 Sold
300/ساعة
17% عن المنصة
mr ahmed

مستر احمد ||Author Level 1

5.0
★★★★★
★★★★★
(1)
1 Years of Membership Author Level 1 0 to 5 Course 0 to 10 Student 0 to 10 Sold
250/ساعة
300.00
8.1.31PHP Version1.3sRequest Duration46MBMemory UsageGET consultation-instructor-listRoute
  • warninglog[11:44:57] LOG.warning: preg_replace(): Passing null to parameter #3 ($subject) of type array|string...
  • Booting (350ms)
  • Application (946ms)
  • 1 x Application (72.98%)
    946.15ms
    1 x Booting (26.99%)
    349.94ms
    10 templates were rendered
    • frontend.consultation.instructor-consultation-list (resources/views/frontend/consultation/instructor-consultation-list.blade.php)2bladefile
      Params
      0
      consultationInstructors
      1
      highest_price
    • frontend.consultation.render-sidebar-filter-part (resources/views/frontend/consultation/render-sidebar-filter-part.blade.php)6bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
    • frontend.consultation.render-consultation-instructor-list (resources/views/frontend/consultation/render-consultation-instructor-list.blade.php)6bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
    • components.frontend.instructor (resources/views/components/frontend/instructor.blade.php)5bladefile
      Params
      0
      user
      1
      type
      2
      attributes
      3
      slot
      4
      __laravel_slots
    • components.frontend.instructor (resources/views/components/frontend/instructor.blade.php)5bladefile
      Params
      0
      user
      1
      type
      2
      attributes
      3
      slot
      4
      __laravel_slots
    • frontend.home.partial.consultation-booking-schedule-modal (resources/views/frontend/home/partial/consultation-booking-schedule-modal.blade.php)6bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
    • frontend.layouts.app (resources/views/frontend/layouts/app.blade.php)6bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
    • frontend.layouts.dynamic-style (resources/views/frontend/layouts/dynamic-style.blade.php)6bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
    • frontend.layouts.navbar (resources/views/frontend/layouts/navbar.blade.php)15bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
      6
      selectedLanguage
      7
      categories
      8
      cartQuantity
      9
      wishlistQuantity
      10
      menus
      11
      staticMenus
      12
      dynamicMenus
      13
      student_notifications
      14
      instructor_notifications
    • frontend.layouts.footer (resources/views/frontend/layouts/footer.blade.php)11bladefile
      Params
      0
      __env
      1
      app
      2
      errors
      3
      consultationInstructors
      4
      highest_price
      5
      metaData
      6
      selectedLanguage
      7
      menus
      8
      dynamicMenus
      9
      footerLeftMenus
      10
      footerRightMenus
    0
    auth.wbv
    uri
    GET consultation-instructor-list
    middleware
    web, local, version.update, addon, private.mode
    controller
    App\Http\Controllers\Frontend\ConsultationController@consultationInstructorList
    namespace
    App\Http\Controllers\Frontend
    prefix
    where
    as
    consultationInstructorList
    file
    app/Http/Controllers/Frontend/ConsultationController.php:51-70
    26 statements were executed, 6 of which were duplicated, 20 unique. Show only duplicated195ms
    • select count(*) as aggregate from `users` left join `instructors` as `ins` on `ins`.`user_id` = `users`.`id` left join `organizations` as `org` on `org`.`user_id` = `users`.`id` where `users`.`role` in (2, 4) and (`ins`.`status` = 1 or `org`.`status` = 1) and (`ins`.`consultation_available` = 1 or `org`.`consultation_available` = 1) and `users`.`deleted_at` is null
      2.21ms/app/Http/Controllers/Frontend/ConsultationController.php:67mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 2
      • 1. 4
      • 2. 1
      • 3. 1
      • 4. 1
      • 5. 1
      Backtrace
      • 15. /app/Http/Controllers/Frontend/ConsultationController.php:67
      • 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:260
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `users`.*, `ins`.`organization_id`, case when org.id is null then ins.uuid else org.uuid end as uuid, case when org.id is null then ins.country_id else org.country_id end as country_id, case when org.id is null then ins.province_id else org.province_id end as province_id, case when org.id is null then ins.state_id else org.state_id end as state_id, case when org.id is null then ins.city_id else org.city_id end as city_id, case when org.id is null then ins.professional_title else org.professional_title end as professional_title, case when org.id is null then ins.postal_code else org.postal_code end as postal_code, case when org.id is null then ins.address else org.address end as address, case when org.id is null then ins.about_me else org.about_me end as about_me, case when org.id is null then ins.gender else org.gender end as gender, case when org.id is null then ins.social_link else org.social_link end as social_link, case when org.id is null then ins.slug else org.slug end as slug, case when org.id is null then ins.is_private else org.is_private end as is_private, case when org.id is null then ins.remove_from_web_search else org.remove_from_web_search end as remove_from_web_search, case when org.id is null then ins.is_offline else org.is_offline end as is_offline, case when org.id is null then ins.offline_message else org.offline_message end as offline_message, case when org.id is null then ins.consultation_available else org.consultation_available end as consultation_available, case when org.id is null then ins.hourly_rate else org.hourly_rate end as hourly_rate, case when org.id is null then ins.hourly_old_rate else org.hourly_old_rate end as hourly_old_rate, case when org.id is null then ins.available_type else org.available_type end as available_type, case when org.id is null then ins.created_at else org.created_at end as approval_date from `users` left join `instructors` as `ins` on `ins`.`user_id` = `users`.`id` left join `organizations` as `org` on `org`.`user_id` = `users`.`id` where `users`.`role` in (2, 4) and (`ins`.`status` = 1 or `org`.`status` = 1) and (`ins`.`consultation_available` = 1 or `org`.`consultation_available` = 1) and `users`.`deleted_at` is null limit 9 offset 0
      4.76ms/app/Http/Controllers/Frontend/ConsultationController.php:67mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 2
      • 1. 4
      • 2. 1
      • 3. 1
      • 4. 1
      • 5. 1
      Backtrace
      • 15. /app/Http/Controllers/Frontend/ConsultationController.php:67
      • 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:260
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `ranking_levels`.*, `user_badges`.`user_id` as `pivot_user_id`, `user_badges`.`ranking_level_id` as `pivot_ranking_level_id` from `ranking_levels` inner join `user_badges` on `ranking_levels`.`id` = `user_badges`.`ranking_level_id` where `user_badges`.`user_id` in (69, 74)
      1.35ms/app/Http/Controllers/Frontend/ConsultationController.php:67mryassermath_lmsmr
      Metadata
      Backtrace
      • 19. /app/Http/Controllers/Frontend/ConsultationController.php:67
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select max(`hourly_rate`) as aggregate from `instructors` where `instructors`.`deleted_at` is null
      800μs/app/Http/Controllers/Frontend/ConsultationController.php:68mryassermath_lmsmr
      Metadata
      Backtrace
      • 18. /app/Http/Controllers/Frontend/ConsultationController.php:68
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `meta_title`, `meta_description`, `meta_keyword`, `og_image` from `metas` where `slug` = 'consultation' limit 1
      7.82ms/app/Helper/helper.php:1261mryassermath_lmsmr
      Metadata
      Bindings
      • 0. consultation
      Backtrace
      • 15. /app/Helper/helper.php:1261
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `courses` where `courses`.`user_id` = 69 and `courses`.`user_id` is not null
      7.87msview::components.frontend.instructor:24mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 69
      Backtrace
      • 19. view::components.frontend.instructor:24
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `currencies` where `current_currency` = 'on' limit 1
      73.12ms/app/Helper/helper.php:144mryassermath_lmsmr
      Metadata
      Bindings
      • 0. on
      Backtrace
      • 15. /app/Helper/helper.php:144
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `currencies` where `current_currency` = 'on' limit 1
      360μs/app/Helper/helper.php:117mryassermath_lmsmr
      Metadata
      Bindings
      • 0. on
      Backtrace
      • 15. /app/Helper/helper.php:117
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `courses` where `courses`.`user_id` = 74 and `courses`.`user_id` is not null
      910μsview::components.frontend.instructor:24mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 74
      Backtrace
      • 19. view::components.frontend.instructor:24
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `currencies` where `current_currency` = 'on' limit 1
      40.03ms/app/Helper/helper.php:144mryassermath_lmsmr
      Metadata
      Bindings
      • 0. on
      Backtrace
      • 15. /app/Helper/helper.php:144
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `currencies` where `current_currency` = 'on' limit 1
      18.45ms/app/Helper/helper.php:117mryassermath_lmsmr
      Metadata
      Bindings
      • 0. on
      Backtrace
      • 15. /app/Helper/helper.php:117
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `languages` where `iso_code` = 'ar' limit 1
      670μs/app/Helper/helper.php:236mryassermath_lmsmr
      Metadata
      Bindings
      • 0. ar
      Backtrace
      • 15. /app/Helper/helper.php:236
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `status` = 1
      750μs/app/Providers/AppServiceProvider.php:98mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:98
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:244
    • select * from `subcategories` where `subcategories`.`category_id` in (1, 2, 3, 15, 16, 17)
      1.9ms/app/Providers/AppServiceProvider.php:98mryassermath_lmsmr
      Metadata
      Backtrace
      • 19. /app/Providers/AppServiceProvider.php:98
      • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 25. view::frontend.layouts.app:244
    • select count(*) as aggregate from `cart_management` where `user_id` is null
      860μs/app/Providers/AppServiceProvider.php:99mryassermath_lmsmr
      Metadata
      Backtrace
      • 15. /app/Providers/AppServiceProvider.php:99
      • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 21. view::frontend.layouts.app:244
    • select count(*) as aggregate from `wishlists` where `user_id` is null
      940μs/app/Providers/AppServiceProvider.php:100mryassermath_lmsmr
      Metadata
      Backtrace
      • 15. /app/Providers/AppServiceProvider.php:100
      • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 21. view::frontend.layouts.app:244
    • select * from `menus`
      870μs/app/Providers/AppServiceProvider.php:101mryassermath_lmsmr
      Metadata
      Backtrace
      • 15. /app/Providers/AppServiceProvider.php:101
      • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 21. view::frontend.layouts.app:244
    • select * from `menus` where `status` = 1 and `type` = 1
      620μs/app/Providers/AppServiceProvider.php:102mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:102
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:244
    • select * from `menus` where `status` = 1 and `type` = 2
      590μs/app/Providers/AppServiceProvider.php:103mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      • 1. 2
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:103
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:244
    • select * from `notifications` where `user_id` is null and `user_type` = 3 and `is_seen` = 'no' order by `created_at` desc
      4.55ms/app/Providers/AppServiceProvider.php:105mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 3
      • 1. no
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:105
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:244
    • select * from `notifications` where `user_id` is null and `user_type` = 2 and `is_seen` = 'no' order by `created_at` desc
      3.05ms/app/Providers/AppServiceProvider.php:106mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 2
      • 1. no
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:106
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:244
    • select * from `languages` where `status` = 1
      1.81ms/app/Helper/helper.php:231mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 14. /app/Helper/helper.php:231
      • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `menus` where `status` = 1
      1.01ms/app/Providers/AppServiceProvider.php:111mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:111
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:252
    • select * from `menus` where `status` = 1 and `type` = 2
      600μs/app/Providers/AppServiceProvider.php:112mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      • 1. 2
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:112
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:252
    • select * from `menus` where `status` = 1 and `type` = 3
      18.19ms/app/Providers/AppServiceProvider.php:113mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      • 1. 3
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:113
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:252
    • select * from `menus` where `status` = 1 and `type` = 4
      690μs/app/Providers/AppServiceProvider.php:114mryassermath_lmsmr
      Metadata
      Bindings
      • 0. 1
      • 1. 4
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:114
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
      • 20. view::frontend.layouts.app:252
    App\Models\Menu
    42
    App\Models\Subcategory
    12
    App\Models\Category
    6
    App\Models\Language
    3
    App\Models\Currency
    4
    App\Models\Course
    13
    App\Models\Meta
    1
    App\Models\RankingLevel
    10
    App\Models\User
    2
      local
      ar
      _token
      kcTPd20clLh3GholHKV91Y1veFgtdmHW56UC10aA
      _previous
      array:1 [ "url" => "https://mryassermath.com/app.mryassermath.com/consultation-instructor-list" ]
      _flash
      array:2 [ "old" => [] "new" => [] ]
      PHPDEBUGBAR_STACK_DATA
      []
      path_info
      /consultation-instructor-list
      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:24 [ "x-https" => array:1 [ 0 => "1" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-connecting-ip" => array:1 [ 0 => "18.117.107.226" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "host" => array:1 [ 0 => "mryassermath.com" ] "x-forwarded-for" => array:1 [ 0 => "18.117.107.226" ] "cf-ray" => array:1 [ 0 => "8fe30300df8acf36-CMH" ] ]
      request_server
      0 of 0
      array:65 [ "USER" => "mryassermath" "HOME" => "/home/mryassermath" "SCRIPT_NAME" => "/app.mryassermath.com/server.php" "REQUEST_URI" => "/app.mryassermath.com/consultation-instructor-list" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/app.mryassermath.com/consultation-instructor-list" "REMOTE_PORT" => "57272" "SCRIPT_FILENAME" => "/home/mryassermath/public_html/app.mryassermath.com/server.php" "SERVER_ADMIN" => "webmaster@mryassermath.com" "CONTEXT_DOCUMENT_ROOT" => "/home/mryassermath/public_html" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/mryassermath/public_html" "REMOTE_ADDR" => "172.68.168.181" "SERVER_PORT" => "443" "SERVER_ADDR" => "149.102.141.93" "SERVER_NAME" => "mryassermath.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bi" "HTTP_X_HTTPS" => "1" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_CONNECTION" => "Keep-Alive" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_PRIORITY" => "u=0, i" "HTTP_CF_CONNECTING_IP" => "18.117.107.226" "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_SEC_FETCH_SITE" => "none" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_HOST" => "mryassermath.com" "HTTP_X_FORWARDED_FOR" => "18.117.107.226" "HTTP_CF_RAY" => "8fe30300df8acf36-CMH" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "mryassermath.com" "HTTPS" => "on" "SCRIPT_URI" => "https://mryassermath.com/app.mryassermath.com/consultation-instructor-list" "SCRIPT_URL" => "/app.mryassermath.com/consultation-instructor-list" "UNIQUE_ID" => "Z3z3lGWcKR233bgntO_wbwAAABI" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "mryassermath.com" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://mryassermath.com/app.mryassermath.com/consultation-instructor-list" "REDIRECT_SCRIPT_URL" => "/app.mryassermath.com/consultation-instructor-list" "REDIRECT_UNIQUE_ID" => "Z3z3lGWcKR233bgntO_wbwAAABI" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/app.mryassermath.com/server.php" "REQUEST_TIME_FLOAT" => 1736243096.852 "REQUEST_TIME" => 1736243096 "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 => "Tue, 07 Jan 2025 09:44:57 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijl6VmpKcTQwWEpPc0hjUTlURER5OHc9PSIsInZhbHVlIjoiMmFmWDE3UVhIQzZnZXVXNGc0R3Y3MkN5L2UzUzE3Qm9GU1VqcWkyVXV1WlN5eWkreGpHN0xsNVBxYkVmK0g2M1hlREVvNGcvOE55RVRseElCTUtCYjZhZ0dpQ0l1eUtLQ3dBazJNRXlLWU5NSzRZVFNhYnVSZ2Z1SzROeEtDMysiLCJtYWMiOiI0ZjE2NmMyYzYwODE4NGNmM2RjMzcwMTMyMjYyNzI0MzBlYWJjNzZiYjQyYjhmOTNhZTZkNjJkMWQ5MjgxNTRiIiwidGFnIjoiIn0%3D; expires=Tue, 07 Jan 2025 11:44:58 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6Ijl6VmpKcTQwWEpPc0hjUTlURER5OHc9PSIsInZhbHVlIjoiMmFmWDE3UVhIQzZnZXVXNGc0R3Y3MkN5L2UzUzE3Qm9GU1VqcWkyVXV1WlN5eWkreGpHN0xsNVBxYkVmK0g2M1hlREVvN" 1 => "lmszai_session=eyJpdiI6IlluQTFCSUpXMTJqSmRaSjEzdUxia1E9PSIsInZhbHVlIjoibG15bjh1WC93elladkdiS2svQU1WeCtSdGFVOTZPeURKSmtrbE80dUZnMDh0UmpLWHNPVWhEbEF4RWpJaWJQekpCeU5yNE82QkdObXNYd0ZXdG1GNjFNOUV0U3RNVWVSMC9jZW8xMEZnME1qcWFtbDBrcVFsNVRqNjZCWGtDSDkiLCJtYWMiOiI4MmI5ODUxZTczNGZjNjY1ZGI0NzNiNmYyZjY1MTE1MDBhYTRjZDhhZDAyN2MxMzg0ZDI5NTc3MWMxYjFjYTViIiwidGFnIjoiIn0%3D; expires=Tue, 07 Jan 2025 11:44:58 GMT; Max-Age=7200; path=/; httponlylmszai_session=eyJpdiI6IlluQTFCSUpXMTJqSmRaSjEzdUxia1E9PSIsInZhbHVlIjoibG15bjh1WC93elladkdiS2svQU1WeCtSdGFVOTZPeURKSmtrbE80dUZnMDh0UmpLWHNPVWhEbEF4RWpJaWJQekpCe" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijl6VmpKcTQwWEpPc0hjUTlURER5OHc9PSIsInZhbHVlIjoiMmFmWDE3UVhIQzZnZXVXNGc0R3Y3MkN5L2UzUzE3Qm9GU1VqcWkyVXV1WlN5eWkreGpHN0xsNVBxYkVmK0g2M1hlREVvNGcvOE55RVRseElCTUtCYjZhZ0dpQ0l1eUtLQ3dBazJNRXlLWU5NSzRZVFNhYnVSZ2Z1SzROeEtDMysiLCJtYWMiOiI0ZjE2NmMyYzYwODE4NGNmM2RjMzcwMTMyMjYyNzI0MzBlYWJjNzZiYjQyYjhmOTNhZTZkNjJkMWQ5MjgxNTRiIiwidGFnIjoiIn0%3D; expires=Tue, 07-Jan-2025 11:44:58 GMT; path=/XSRF-TOKEN=eyJpdiI6Ijl6VmpKcTQwWEpPc0hjUTlURER5OHc9PSIsInZhbHVlIjoiMmFmWDE3UVhIQzZnZXVXNGc0R3Y3MkN5L2UzUzE3Qm9GU1VqcWkyVXV1WlN5eWkreGpHN0xsNVBxYkVmK0g2M1hlREVvN" 1 => "lmszai_session=eyJpdiI6IlluQTFCSUpXMTJqSmRaSjEzdUxia1E9PSIsInZhbHVlIjoibG15bjh1WC93elladkdiS2svQU1WeCtSdGFVOTZPeURKSmtrbE80dUZnMDh0UmpLWHNPVWhEbEF4RWpJaWJQekpCeU5yNE82QkdObXNYd0ZXdG1GNjFNOUV0U3RNVWVSMC9jZW8xMEZnME1qcWFtbDBrcVFsNVRqNjZCWGtDSDkiLCJtYWMiOiI4MmI5ODUxZTczNGZjNjY1ZGI0NzNiNmYyZjY1MTE1MDBhYTRjZDhhZDAyN2MxMzg0ZDI5NTc3MWMxYjFjYTViIiwidGFnIjoiIn0%3D; expires=Tue, 07-Jan-2025 11:44:58 GMT; path=/; httponlylmszai_session=eyJpdiI6IlluQTFCSUpXMTJqSmRaSjEzdUxia1E9PSIsInZhbHVlIjoibG15bjh1WC93elladkdiS2svQU1WeCtSdGFVOTZPeURKSmtrbE80dUZnMDh0UmpLWHNPVWhEbEF4RWpJaWJQekpCe" ] ]
      session_attributes
      0 of 0
      array:5 [ "local" => "ar" "_token" => "kcTPd20clLh3GholHKV91Y1veFgtdmHW56UC10aA" "_previous" => array:1 [ "url" => "https://mryassermath.com/app.mryassermath.com/consultation-instructor-list" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]