No items in cart
Mr. Instructor

Mr. Instructor

Professional Graphic & UX Designer

(0 Reviews)
  • 0Following
  • Followers

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.

Get in touch with instructor

Request history8.2.27PHP Version699msRequest Duration30MBMemory UsageGET instructors/{slug}Route
    • Booting (264ms)time
    • Application (435ms)time
    • 1 x Application (62.19%)
      435ms
      1 x Booting (37.81%)
      264ms
      11 templates were rendered
      • frontend.instructor.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
      • components.frontend_loading_btnfrontend_loading_btn.blade.php#?blade
      • frontend.cart_componentcart_component.blade.php#?blade
      • frontend.homePage.ctacta.blade.php#?blade
      • frontend.layouts.footerfooter.blade.php#?blade
      • components.frontend_loading_btnfrontend_loading_btn.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:87-163
      27 statements were executed (2 duplicates)Show only duplicates163ms
      • InstallCheckMiddleware.php#20masarsmart_lms22.29msselect * from information_schema.tables where table_schema = 'masarsmart_lms' and table_name = 'settings' and table_type = 'BASE TABLE'
        Bindings
        • 0: masarsmart_lms
        • 1: settings
        Backtrace
        • middleware::NotInstalledCheck:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::XSS:24
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
      • InstallCheckMiddleware.php#20masarsmart_lms19.75msselect * from information_schema.tables where table_schema = 'masarsmart_lms' and table_name = 'users' and table_type = 'BASE TABLE'
        Bindings
        • 0: masarsmart_lms
        • 1: users
        Backtrace
        • middleware::NotInstalledCheck:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::XSS:24
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
      • InstructorController.php#90masarsmart_lms7.29msselect * from `instructors` where `slug` = 'instructor' limit 1
        Bindings
        • 0: instructor
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:90
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • InstructorController.php#96masarsmart_lms3.41msselect * from `users` where `users`.`id` = 2 limit 1
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:96
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CourseRepository.php#615masarsmart_lms14.35msselect count(*) as aggregate from `courses` where `is_private` = 0 and exists (select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id` and `users`.`id` = 2) and `is_published` = 1 and `status` = 'approved' and `deleted_at` is null
        Bindings
        • 0: 0
        • 1: 2
        • 2: 1
        • 3: approved
        Backtrace
        • app/Repositories/CourseRepository.php:615
        • app/Http/Controllers/Site/InstructorController.php:98
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CourseRepository.php#615masarsmart_lms17.68msselect `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' and `status` = 1) as `reviews_avg_rating` from `courses` where `is_private` = 0 and exists (select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id` and `users`.`id` = 2) and `is_published` = 1 and `status` = 'approved' and `deleted_at` is null order by `id` desc limit 10 offset 0
        Bindings
        • 0: App\Models\Course
        • 1: App\Models\Course
        • 2: 1
        • 3: 0
        • 4: 2
        • 5: 1
        • 6: approved
        Backtrace
        • app/Repositories/CourseRepository.php:615
        • app/Http/Controllers/Site/InstructorController.php:98
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CourseRepository.php#615masarsmart_lms2.09msselect count(*) as aggregate from `courses` where `is_private` = 0 and exists (select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id` and `users`.`id` = 2) and `is_published` = 1 and `status` = 'approved' and `deleted_at` is null
        Bindings
        • 0: 0
        • 1: 2
        • 2: 1
        • 3: approved
        Backtrace
        • app/Repositories/CourseRepository.php:615
        • app/Http/Controllers/Site/InstructorController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CourseRepository.php#615masarsmart_lms2.2msselect `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' and `status` = 1) as `reviews_avg_rating` from `courses` where `is_private` = 0 and exists (select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id` and `users`.`id` = 2) and `is_published` = 1 and `status` = 'approved' and `deleted_at` is null order by `id` desc limit 15 offset 0
        Bindings
        • 0: App\Models\Course
        • 1: App\Models\Course
        • 2: 1
        • 3: 0
        • 4: 2
        • 5: 1
        • 6: approved
        Backtrace
        • app/Repositories/CourseRepository.php:615
        • app/Http/Controllers/Site/InstructorController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • InstructorController.php#117masarsmart_lms1.27msselect `id` from `courses` where exists (select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id` and `users`.`id` = 2)
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:117
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • BlogRepository.php#43masarsmart_lms1.58msselect count(*) as aggregate from `blogs` where `status` = 'published' and `user_id` = 2
        Bindings
        • 0: published
        • 1: 2
        Backtrace
        • app/Repositories/BlogRepository.php:43
        • app/Http/Controllers/Site/InstructorController.php:119
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • BadgeRepository.php#39masarsmart_lms6.81msselect 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` <= 31 and `badge_languages`.`lang` = 'ar' order by `created_at` desc
        Bindings
        • 0: 1
        • 1: 31
        • 2: ar
        Backtrace
        • app/Repositories/BadgeRepository.php:39
        • app/Http/Controllers/Site/InstructorController.php:126
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • ExpertiseRepository.php#96masarsmart_lms2.96msselect * from `expertises` where 0 = 1
        Backtrace
        • app/Repositories/ExpertiseRepository.php:96
        • app/Http/Controllers/Site/InstructorController.php:127
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • UserRepository.php#210masarsmart_lms2.09msselect 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) and `enrollable_type` = 'App\Models\Course'))
        Bindings
        • 0: 1
        • 1: 2
        • 2: App\Models\Course
        Backtrace
        • app/Repositories/UserRepository.php:210
        • app/Http/Controllers/Site/InstructorController.php:134
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • InstructorController.php#138masarsmart_lms15.59msselect exists(select * from `follows` where `user_id` is null and `follower_id` = 2) as `exists`
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:138
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • InstructorController.php#141masarsmart_lms23.45msselect 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\"'))))
        Bindings
        • 0: App\Models\Course
        • 1: "2"
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:141
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • InstructorController.php#144masarsmart_lms1.48msselect 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\"'))))
        Bindings
        • 0: App\Models\Course
        • 1: "2"
        Backtrace
        • app/Http/Controllers/Site/InstructorController.php:144
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • instructor_details.blade.php#98masarsmart_lms2.33msselect * from `follows` where `follows`.`user_id` = 2 and `follows`.`user_id` is not null
        Bindings
        • 0: 2
        Backtrace
        • view::frontend.instructor.instructor_details:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • instructor_details.blade.php#103masarsmart_lms1.11msselect * from `follows` where `follows`.`follower_id` = 2 and `follows`.`follower_id` is not null
        Bindings
        • 0: 2
        Backtrace
        • view::frontend.instructor.instructor_details:103
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • component.blade.php#80masarsmart_lms1.34msselect * from `categories` where `categories`.`id` = 3 limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::frontend.course.component:80
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Category.php#31masarsmart_lms3.31msselect * from `category_languages` where `category_languages`.`category_id` = 3 and `category_languages`.`category_id` is not null and `lang` = 'ar' limit 1
        Bindings
        • 0: 3
        • 1: ar
        Backtrace
        • app/Models/Category.php:31
        • view::frontend.course.component:83
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • component.blade.php#80masarsmart_lms1.59msselect * from `categories` where `categories`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.course.component:80
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Category.php#31masarsmart_lms1.07msselect * from `category_languages` where `category_languages`.`category_id` = 1 and `category_languages`.`category_id` is not null and `lang` = 'ar' limit 1
        Bindings
        • 0: 1
        • 1: ar
        Backtrace
        • app/Models/Category.php:31
        • view::frontend.course.component:83
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • ViewServiceProvider.php#47masarsmart_lms1.11msselect * from `courses` where 0 = 1
        Backtrace
        • app/Providers/ViewServiceProvider.php:47
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.layouts.master:3
      • ViewServiceProvider.php#57masarsmart_lms720μsselect * from `categories` where `parent_id` = 0 and `type` = 'course' order by `ordering` asc
        Bindings
        • 0: 0
        • 1: course
        Backtrace
        • app/Providers/ViewServiceProvider.php:57
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.layouts.master:3
      • ViewServiceProvider.php#57masarsmart_lms2.34msselect * from `category_languages` where `lang` = 'ar' and `category_languages`.`category_id` in (1, 2, 3)
        Bindings
        • 0: ar
        Backtrace
        • app/Providers/ViewServiceProvider.php:57
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.layouts.master:3
      • ViewServiceProvider.php#95masarsmart_lms2.39msselect * from `users` where exists (select * from `instructors` where `users`.`id` = `instructors`.`user_id` and `slug` = 'instructor') limit 1
        Bindings
        • 0: instructor
        Backtrace
        • app/Providers/ViewServiceProvider.php:95
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.layouts.master:9
      • ViewServiceProvider.php#95masarsmart_lms1msselect * from `instructors` where `instructors`.`user_id` in (2)
        Backtrace
        • app/Providers/ViewServiceProvider.php:95
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.layouts.master:9
      App\Models\Course
      6Course.php#?
      App\Models\Category
      5Category.php#?
      App\Models\Instructor
      2Instructor.php#?
      App\Models\User
      2User.php#?
          _token
          3HLDzyhjG9txxCoxxJw2TgAuyUgpNSUadGxlibq1
          _previous
          array:1 [ "url" => "https://almasarsmart.com/instructors/instructor" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /instructors/instructor
          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 [ "x-https" => array:1 [ 0 => "1" ] "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 => "almasarsmart.com" ] ]
          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, 15 May 2025 20:38:58 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImswL1JUdDV6dG5rejNEbVErY0g5K1E9PSIsInZhbHVlIjoicnBvU014R3JFaS9BNnF5dnZnYWZwU0NYUG9JYjdBbmh2RGFwUlJnUUVoQSs4Q0pnR1lOa0c4amVDWUd3VitOZmM4ai9aQmhSSDJxck9lVzFUazE5bFRPNzVsVXJ5V3lWSUk0cXlNVENLcDdCNlExOGpheGhxZXd0RVU2dndJSnAiLCJtYWMiOiI0ZjA1NGZkODZlOTM4OWY4NDU1NTkwODcxNmUwYWM0OWRlNDM1ZDk0MmI1ZTg2ZTRjOTAxOTkzMjg5YzVmMjMwIiwidGFnIjoiIn0%3D; expires=Thu, 15 May 2025 22:38:58 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImswL1JUdDV6dG5rejNEbVErY0g5K1E9PSIsInZhbHVlIjoicnBvU014R3JFaS9BNnF5dnZnYWZwU0NYUG9JYjdBbmh2RGFwUlJnUUVoQSs4Q0pnR1lOa0c4amVDWUd3VitOZmM4ai9aQ" 1 => "mns_almsar_althky_session=eyJpdiI6Ino3amlZOXRzeXFKckZEQll2MG1EeHc9PSIsInZhbHVlIjoiRGN0dDN4dVljc0tpOTN3NXZqL2s2MUhuc2h1WkVSeGFDZGFocnVBY2h3STRhemNLUEpXZGdPZmdONDRONjBzZlR2aUlMYWR6eEVTTUtyL0pJSXJMUjdBR3cwQVoxai9WWmVpejFEaFdld1FzaU9QdURONkpxMWpKV0o0b3ZkUGIiLCJtYWMiOiJiMGQ3ZGE0YWJhNDNlNzhiMTFkZDQ4ZDU3NzVlZWE3ZGU2MDM3YjljYTYyYmFkOGNhMmI3MmMxNjQyOGViODIyIiwidGFnIjoiIn0%3D; expires=Thu, 15 May 2025 22:38:58 GMT; Max-Age=7200; path=/; httponly; samesite=laxmns_almsar_althky_session=eyJpdiI6Ino3amlZOXRzeXFKckZEQll2MG1EeHc9PSIsInZhbHVlIjoiRGN0dDN4dVljc0tpOTN3NXZqL2s2MUhuc2h1WkVSeGFDZGFocnVBY2h3STRhemNLUEpXZGdPZmdOND" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImswL1JUdDV6dG5rejNEbVErY0g5K1E9PSIsInZhbHVlIjoicnBvU014R3JFaS9BNnF5dnZnYWZwU0NYUG9JYjdBbmh2RGFwUlJnUUVoQSs4Q0pnR1lOa0c4amVDWUd3VitOZmM4ai9aQmhSSDJxck9lVzFUazE5bFRPNzVsVXJ5V3lWSUk0cXlNVENLcDdCNlExOGpheGhxZXd0RVU2dndJSnAiLCJtYWMiOiI0ZjA1NGZkODZlOTM4OWY4NDU1NTkwODcxNmUwYWM0OWRlNDM1ZDk0MmI1ZTg2ZTRjOTAxOTkzMjg5YzVmMjMwIiwidGFnIjoiIn0%3D; expires=Thu, 15-May-2025 22:38:58 GMT; path=/XSRF-TOKEN=eyJpdiI6ImswL1JUdDV6dG5rejNEbVErY0g5K1E9PSIsInZhbHVlIjoicnBvU014R3JFaS9BNnF5dnZnYWZwU0NYUG9JYjdBbmh2RGFwUlJnUUVoQSs4Q0pnR1lOa0c4amVDWUd3VitOZmM4ai9aQ" 1 => "mns_almsar_althky_session=eyJpdiI6Ino3amlZOXRzeXFKckZEQll2MG1EeHc9PSIsInZhbHVlIjoiRGN0dDN4dVljc0tpOTN3NXZqL2s2MUhuc2h1WkVSeGFDZGFocnVBY2h3STRhemNLUEpXZGdPZmdONDRONjBzZlR2aUlMYWR6eEVTTUtyL0pJSXJMUjdBR3cwQVoxai9WWmVpejFEaFdld1FzaU9QdURONkpxMWpKV0o0b3ZkUGIiLCJtYWMiOiJiMGQ3ZGE0YWJhNDNlNzhiMTFkZDQ4ZDU3NzVlZWE3ZGU2MDM3YjljYTYyYmFkOGNhMmI3MmMxNjQyOGViODIyIiwidGFnIjoiIn0%3D; expires=Thu, 15-May-2025 22:38:58 GMT; path=/; httponlymns_almsar_althky_session=eyJpdiI6Ino3amlZOXRzeXFKckZEQll2MG1EeHc9PSIsInZhbHVlIjoiRGN0dDN4dVljc0tpOTN3NXZqL2s2MUhuc2h1WkVSeGFDZGFocnVBY2h3STRhemNLUEpXZGdPZmdOND" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "3HLDzyhjG9txxCoxxJw2TgAuyUgpNSUadGxlibq1" "_previous" => array:1 [ "url" => "https://almasarsmart.com/instructors/instructor" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-15 22:38:58GET/instructors/instructor112715