No items in cart
Allan Shraker

Allan Shraker

Professional Graphic & UX Designer

(7 Reviews)
  • 0Following
  • followers

About Allan Shraker

Dedicated, resourceful and goal-driven professional educator with a solid commitment to the social and academic growth and development of every child.An accommodating and versatile individual with the talent to develop inspiring hands-on lessons that will capture a child's imagination and breed success. Highly motivated, enthusiastic and dedicated educator who wants all children to be successful learners. Committed to creating a classroom atmosphere that is stimulating and encouraging to students. Aptitude to remain flexible, ensuring that every child's learning styles and abilities are addressed.Superior interpersonal and communication skills to foster meaningful relationships with students, staff and parents Demonstrated ability to consistently individualize instruction, based on student's needs and interests Exceptional ability to establish cooperative, professional relationships with parents, staff and administration. Professional Educator with diverse experience and strong track record fostering child-centered curriculum and student creativity. Warm and caring teacher who wants all children to be successful learners and works to create a classroom atmosphere that is stimulating, encouraging, and adaptive to the varied needs of students.

Course Thumbnail
Course Thumbnail

Get in touch with instructor

Request history8.4.5PHP Version620msRequest Duration7MBMemory UsageGET instructors/{slug}Route
    • Booting (45.37ms)time
    • Application (574ms)time
    • 1 x Application (92.68%)
      574ms
      1 x Booting (7.32%)
      45.37ms
      9 templates were rendered
      • frontend.instructor_detailsinstructor_details.blade.php#?blade
      • frontend.course.componentcomponent.blade.php#?blade
      • frontend.course.componentcomponent.blade.php#?blade
      • frontend.layouts.mastermaster.blade.php#?blade
      • frontend.layouts.header.header_oneheader_one.blade.php#?blade
      • frontend.cart_componentcart_component.blade.php#?blade
      • frontend.homePage.ctacta.blade.php#?blade
      • frontend.layouts.footerfooter.blade.php#?blade
      • frontend.layouts.basebase.blade.php#?blade
      uri
      GET instructors/{slug}
      middleware
      web, isInstalled
      controller
      App\Http\Controllers\Site\InstructorController@instructorDetails
      namespace
      prefix
      /
      where
      as
      instructor.details
      file
      app/Http/Controllers/Site/InstructorController.php:81-154
      24 statements were executed, 2 of which were duplicates, 22 unique. Show only duplicated364ms
      • select * from information_schema.tables where table_schema = 'iskiildb' and table_name = 'settings' and table_type = 'BASE TABLE'
        3.29msiskiildbInstallCheckMiddleware.php#20
        Bindings
        • 0: iskiildb
        • 1: settings
        Backtrace
        • 11. middleware::NotInstalledCheck:20
        • 12. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 13. middleware::XSS:24
        • 14. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
      • select * from information_schema.tables where table_schema = 'iskiildb' and table_name = 'users' and table_type = 'BASE TABLE'
        2.01msiskiildbInstallCheckMiddleware.php#20
        Bindings
        • 0: iskiildb
        • 1: users
        Backtrace
        • 11. middleware::NotInstalledCheck:20
        • 12. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 13. middleware::XSS:24
        • 14. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
      • select * from `instructors` where `slug` = 'allan-shraker' limit 1
        4.57msiskiildbInstructorController.php#84
        Bindings
        • 0: allan-shraker
        Backtrace
        • 15. app/Http/Controllers/Site/InstructorController.php:84
        • 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 `users` where `users`.`id` = 2 limit 1
        6.06msiskiildbInstructorController.php#90
        Bindings
        • 0: 2
        Backtrace
        • 20. app/Http/Controllers/Site/InstructorController.php:90
        • 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 count(*) as aggregate from `courses` where json_contains(`instructor_ids`, '\"2\"') and `is_published` = 1 and `deleted_at` is null
        6.11msiskiildbCourseRepository.php#371
        Bindings
        • 0: "2"
        • 1: 1
        Backtrace
        • 15. app/Repositories/CourseRepository.php:371
        • 16. app/Http/Controllers/Site/InstructorController.php:92
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `courses`.*, (select count(*) from `lessons` where `courses`.`id` = `lessons`.`course_id`) as `lessons_count`, (select count(*) from `enrolls` where `courses`.`id` = `enrolls`.`enrollable_id` and `enrolls`.`enrollable_type` = 'App\Models\Course') as `enrolls_count`, (select avg(`ratings`.`rating`) from `ratings` where `courses`.`id` = `ratings`.`commentable_id` and `ratings`.`commentable_type` = 'App\Models\Course') as `reviews_avg_rating` from `courses` where json_contains(`instructor_ids`, '\"2\"') and `is_published` = 1 and `deleted_at` is null order by `id` desc limit 10 offset 0
        276msiskiildbCourseRepository.php#371
        Bindings
        • 0: App\Models\Course
        • 1: App\Models\Course
        • 2: "2"
        • 3: 1
        Backtrace
        • 15. app/Repositories/CourseRepository.php:371
        • 16. app/Http/Controllers/Site/InstructorController.php:92
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from `courses` where json_contains(`instructor_ids`, '\"2\"') and `is_published` = 1 and `deleted_at` is null
        740μsiskiildbCourseRepository.php#371
        Bindings
        • 0: "2"
        • 1: 1
        Backtrace
        • 15. app/Repositories/CourseRepository.php:371
        • 16. app/Http/Controllers/Site/InstructorController.php:97
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `courses`.*, (select count(*) from `lessons` where `courses`.`id` = `lessons`.`course_id`) as `lessons_count`, (select count(*) from `enrolls` where `courses`.`id` = `enrolls`.`enrollable_id` and `enrolls`.`enrollable_type` = 'App\Models\Course') as `enrolls_count`, (select avg(`ratings`.`rating`) from `ratings` where `courses`.`id` = `ratings`.`commentable_id` and `ratings`.`commentable_type` = 'App\Models\Course') as `reviews_avg_rating` from `courses` where json_contains(`instructor_ids`, '\"2\"') and `is_published` = 1 and `deleted_at` is null order by `id` desc limit 15 offset 0
        9.06msiskiildbCourseRepository.php#371
        Bindings
        • 0: App\Models\Course
        • 1: App\Models\Course
        • 2: "2"
        • 3: 1
        Backtrace
        • 15. app/Repositories/CourseRepository.php:371
        • 16. app/Http/Controllers/Site/InstructorController.php:97
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from `books` where exists (select * from `users` where `books`.`instructor_id` = `users`.`id` and `id` = 1)
        6.54msiskiildbInstructorController.php#105
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Controllers/Site/InstructorController.php:105
        • 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 `id` from `courses` where json_contains(`instructor_ids`, '\"2\"')
        560μsiskiildbInstructorController.php#107
        Bindings
        • 0: "2"
        Backtrace
        • 13. app/Http/Controllers/Site/InstructorController.php:107
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `blogs` where `status` = 'published' and `user_id` = 2
        6.54msiskiildbBlogRepository.php#37
        Bindings
        • 0: published
        • 1: 2
        Backtrace
        • 15. app/Repositories/BlogRepository.php:37
        • 16. app/Http/Controllers/Site/InstructorController.php:109
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select badges.*,badge_languages.name as badge_name, badge_languages.description as lang_description from `badges` inner join `badge_languages` on `badges`.`id` = `badge_languages`.`badge_id` where `status` = 1 and `to_day` <= 574 and `badge_languages`.`lang` = 'en' order by `created_at` desc
        10.48msiskiildbBadgeRepository.php#39
        Bindings
        • 0: 1
        • 1: 574
        • 2: en
        Backtrace
        • 14. app/Repositories/BadgeRepository.php:39
        • 15. app/Http/Controllers/Site/InstructorController.php:116
        • 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
      • select * from `expertises` where `id` in (1, 2, 3)
        3.99msiskiildbExpertiseRepository.php#96
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        Backtrace
        • 14. app/Repositories/ExpertiseRepository.php:96
        • 15. app/Http/Controllers/Site/InstructorController.php:117
        • 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
      • select count(*) as aggregate from `users` where exists (select * from `checkouts` where `users`.`id` = `checkouts`.`user_id` and exists (select * from `enrolls` where `checkouts`.`id` = `enrolls`.`checkout_id` and `enrollable_id` in (1, 2, 3, 5, 8, 13, 11) and `enrollable_type` = 'App\Models\Course'))
        7.15msiskiildbUserRepository.php#210
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 5
        • 4: 8
        • 5: 13
        • 6: 11
        • 7: App\Models\Course
        Backtrace
        • 15. app/Repositories/UserRepository.php:210
        • 16. app/Http/Controllers/Site/InstructorController.php:124
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select exists(select * from `follows` where `user_id` is null and `follower_id` = 2) as `exists`
        4.31msiskiildbInstructorController.php#128
        Bindings
        • 0: 2
        Backtrace
        • 10. app/Http/Controllers/Site/InstructorController.php:128
        • 11. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 12. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 13. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select avg(`rating`) as aggregate from `ratings` where ((`ratings`.`commentable_type` = 'App\Models\Course' and exists (select * from `courses` where `ratings`.`commentable_id` = `courses`.`id` and json_contains(`instructor_ids`, '\"2\"'))))
        1.12msiskiildbInstructorController.php#131
        Bindings
        • 0: App\Models\Course
        • 1: "2"
        Backtrace
        • 15. app/Http/Controllers/Site/InstructorController.php:131
        • 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 count(*) as aggregate from `ratings` where ((`ratings`.`commentable_type` = 'App\Models\Course' and exists (select * from `courses` where `ratings`.`commentable_id` = `courses`.`id` and json_contains(`instructor_ids`, '\"2\"'))))
        1.03msiskiildbInstructorController.php#134
        Bindings
        • 0: App\Models\Course
        • 1: "2"
        Backtrace
        • 15. app/Http/Controllers/Site/InstructorController.php:134
        • 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 `follows` where `follows`.`user_id` = 2 and `follows`.`user_id` is not null
        600μsiskiildbinstructor_details.blade.php#98
        Bindings
        • 0: 2
        Backtrace
        • 19. view::frontend.instructor_details:98
        • 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 `follows` where `follows`.`follower_id` = 2 and `follows`.`follower_id` is not null
        330μsiskiildbinstructor_details.blade.php#103
        Bindings
        • 0: 2
        Backtrace
        • 19. view::frontend.instructor_details:103
        • 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 `courses` where 0 = 1
        640μsiskiildbViewServiceProvider.php#44
        Backtrace
        • 14. app/Providers/ViewServiceProvider.php:44
        • 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.master:3
      • select * from `categories` where `parent_id` = 0 and `type` = 'course' order by `ordering` asc
        9.96msiskiildbViewServiceProvider.php#54
        Bindings
        • 0: 0
        • 1: course
        Backtrace
        • 14. app/Providers/ViewServiceProvider.php:54
        • 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.master:3
      • select * from `category_languages` where `lang` = 'en' and `category_languages`.`category_id` in (1, 2, 4, 6, 7)
        1.33msiskiildbViewServiceProvider.php#54
        Bindings
        • 0: en
        Backtrace
        • 19. app/Providers/ViewServiceProvider.php:54
        • 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.master:3
      • select * from `users` where exists (select * from `instructors` where `users`.`id` = `instructors`.`user_id` and `slug` = 'allan-shraker') limit 1
        940μsiskiildbViewServiceProvider.php#92
        Bindings
        • 0: allan-shraker
        Backtrace
        • 15. app/Providers/ViewServiceProvider.php:92
        • 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.master:9
      • select * from `instructors` where `instructors`.`user_id` in (2)
        420μsiskiildbViewServiceProvider.php#92
        Backtrace
        • 20. app/Providers/ViewServiceProvider.php:92
        • 23. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 26. view::frontend.layouts.master:9
      App\Models\Course
      11Course.php#?
      App\Models\Category
      5Category.php#?
      App\Models\CategoryLanguage
      5CategoryLanguage.php#?
      App\Models\Instructor
      2Instructor.php#?
      App\Models\User
      2User.php#?
      App\Models\Follow
      1Follow.php#?
          _token
          0I7hSGI9vpS0mM6NhZYG1Iivz9qM77mu3c86pKRC
          _previous
          array:1 [ "url" => "https://iskiil.com/instructors/allan-shraker" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /instructors/allan-shraker
          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:19 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-for" => array:1 [ 0 => "52.14.233.132" ] "x-real-ip" => array:1 [ 0 => "52.14.233.132" ] "x-forwarded-host" => array:1 [ 0 => "iskiil.com" ] "host" => array:1 [ 0 => "iskiil.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sat, 05 Apr 2025 13:12:17 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRXRHlqbFNLeHFmRXFHb2FNM0xTd2c9PSIsInZhbHVlIjoid3hEVEcxbWkrZGRNZDNJY2NGeGFnelhXNzdCZHl5WVhZcTc3M1hQbEJucDJBNE5oSlRsTDNOR2MzNTlocEJQS1dvSHRMcHpVd0RqT1FTeGFIVlQxV2U0Zkt0eTBzUlowR2dnQXhzbGg2OWdDWVQ4aHpRZTJIYW4wMWN1bWtUdnoiLCJtYWMiOiJhMjI1Y2EyZTJiNjUyMzFhODJkYThiYTQ4Zjg2OWJhNjQ0MjAxOTE1YjQ0ZTJiZWFiMTc4OWI5OTMzNWE2MzRkIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 15:12:17 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkRXRHlqbFNLeHFmRXFHb2FNM0xTd2c9PSIsInZhbHVlIjoid3hEVEcxbWkrZGRNZDNJY2NGeGFnelhXNzdCZHl5WVhZcTc3M1hQbEJucDJBNE5oSlRsTDNOR2MzNTlocEJQS1dvSHRMc" 1 => "iskiil_learning_management_system_session=eyJpdiI6IkJhZTdNOXBqZE93K1I2S0EvbkZQQ0E9PSIsInZhbHVlIjoiaEt5R1VjTUNEZkttN21saHRUUjV0OEcxdVpmZjlCZVRwQjUxZ2U4bEk1ZktOTjZLZCs3dGFwQ0k5aVFxWHlJMGtJNHNzZ0ZXYjBHZlhSU09MU2tIa0RkSm9pYnNmZk9uZVUrSDJMR0JoZXFmblpFYUMwR1o5ckZienl5aG9QTlgiLCJtYWMiOiJlMjhiYmM4ZTZmNTAxZGZjOGRkYjA1NWUyOGNlNjc4YWI4ZTU3MDg2OGQ2YjMxZmM0Mzc3ZDA2MTdmZGM0NTgxIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 15:12:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxiskiil_learning_management_system_session=eyJpdiI6IkJhZTdNOXBqZE93K1I2S0EvbkZQQ0E9PSIsInZhbHVlIjoiaEt5R1VjTUNEZkttN21saHRUUjV0OEcxdVpmZjlCZVRwQjUxZ2U4bEk1ZktOTj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRXRHlqbFNLeHFmRXFHb2FNM0xTd2c9PSIsInZhbHVlIjoid3hEVEcxbWkrZGRNZDNJY2NGeGFnelhXNzdCZHl5WVhZcTc3M1hQbEJucDJBNE5oSlRsTDNOR2MzNTlocEJQS1dvSHRMcHpVd0RqT1FTeGFIVlQxV2U0Zkt0eTBzUlowR2dnQXhzbGg2OWdDWVQ4aHpRZTJIYW4wMWN1bWtUdnoiLCJtYWMiOiJhMjI1Y2EyZTJiNjUyMzFhODJkYThiYTQ4Zjg2OWJhNjQ0MjAxOTE1YjQ0ZTJiZWFiMTc4OWI5OTMzNWE2MzRkIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 15:12:17 GMT; path=/XSRF-TOKEN=eyJpdiI6IkRXRHlqbFNLeHFmRXFHb2FNM0xTd2c9PSIsInZhbHVlIjoid3hEVEcxbWkrZGRNZDNJY2NGeGFnelhXNzdCZHl5WVhZcTc3M1hQbEJucDJBNE5oSlRsTDNOR2MzNTlocEJQS1dvSHRMc" 1 => "iskiil_learning_management_system_session=eyJpdiI6IkJhZTdNOXBqZE93K1I2S0EvbkZQQ0E9PSIsInZhbHVlIjoiaEt5R1VjTUNEZkttN21saHRUUjV0OEcxdVpmZjlCZVRwQjUxZ2U4bEk1ZktOTjZLZCs3dGFwQ0k5aVFxWHlJMGtJNHNzZ0ZXYjBHZlhSU09MU2tIa0RkSm9pYnNmZk9uZVUrSDJMR0JoZXFmblpFYUMwR1o5ckZienl5aG9QTlgiLCJtYWMiOiJlMjhiYmM4ZTZmNTAxZGZjOGRkYjA1NWUyOGNlNjc4YWI4ZTU3MDg2OGQ2YjMxZmM0Mzc3ZDA2MTdmZGM0NTgxIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 15:12:17 GMT; path=/; httponlyiskiil_learning_management_system_session=eyJpdiI6IkJhZTdNOXBqZE93K1I2S0EvbkZQQ0E9PSIsInZhbHVlIjoiaEt5R1VjTUNEZkttN21saHRUUjV0OEcxdVpmZjlCZVRwQjUxZ2U4bEk1ZktOTj" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "0I7hSGI9vpS0mM6NhZYG1Iivz9qM77mu3c86pKRC" "_previous" => array:1 [ "url" => "https://iskiil.com/instructors/allan-shraker" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 15:12:17GET/instructors/allan-shraker92426