Q&A
National CLAT Academy

National CLAT Academy

Classroom Coaching

About National CLAT Academy

National CLAT Academy is the 1st Law entrance coaching established by NLU students in Ranchi Jharkhand.
Our aim to make a difference in the way students think and approch problems.

The National CLAT Academy is the very first institute of its kind in the region. The initiative has been undertaken by students of NLUs themselves. It provides the guidance of a very able team of teachers who have tasted success in CLAT and possess the requisite skill to lead the aspirants. The institute also takes free classes for the underprivileged aspirants. Furthermore, there are crash courses designed to cater to the needs of those who require a quick brush up of the entire syllabus.

 

Branches:
4
Faculty Student Ratio:
1:30
Batch Size:
30

Courses

Classroom
CLAT
Course Name-
Target Course
Targeting-
XII Appearing/Passed
Description-

30 Booklets Test Series 60 Mock Test

Course Duration-
1 year
Batch Details-
Weekdays/Weekend
OFFERED FEE-
(Inc. Reg Fee)

Leave a Review for National CLAT Academy

Have you studied at National CLAT Academy

Leave a Review
Faculty
Study Material
Doubt Clearing
Infrastructure
Tech Support
Leave a Review
Faculty
Study Material
Doubt Clearing
Mentorship & Teaching Style
Tech Support
7.4.3PHP Version1.55sRequest Duration14MBMemory UsageGET coaching/{coaching_name_slug}/{branch_slug?}Route
    • Booting (492ms)
    • Application (1.04s)
    • 1 x Application (67.08%)
      1.04s
      1 x Booting (31.76%)
      492.22ms
      5 templates were rendered
      • website.overview (resources/views/website/overview.blade.php)9blade
        Params
        0
        metatitle
        1
        header
        2
        footer
        3
        coaching
        4
        coaching_logo_link
        5
        centers
        6
        getStates
        7
        metadescription
        8
        metakeywords
      • website.layouts.header (resources/views/website/layouts/header.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        header
        4
        footer
        5
        errors
        6
        metatitle
        7
        coaching
        8
        coaching_logo_link
        9
        centers
        10
        getStates
        11
        metadescription
        12
        metakeywords
      • website.layouts.website_theme (resources/views/website/layouts/website_theme.blade.php)14blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        header
        4
        footer
        5
        errors
        6
        metatitle
        7
        coaching
        8
        coaching_logo_link
        9
        centers
        10
        getStates
        11
        metadescription
        12
        metakeywords
        13
        url
      • website.layouts.footer (resources/views/website/layouts/footer.blade.php)32blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        header
        4
        footer
        5
        errors
        6
        metatitle
        7
        coaching
        8
        coaching_logo_link
        9
        centers
        10
        getStates
        11
        metadescription
        12
        metakeywords
        13
        image
        14
        __currentLoopData
        15
        loop
        16
        total_box
        17
        courses_detail
        18
        course
        19
        results
        20
        removeBtn
        21
        i
        22
        limit
        23
        result
        24
        coachingname
        25
        facility
        26
        iii
        27
        showedit
        28
        year
        29
        logo_link
        30
        coaching_name_slug
        31
        http_response_header
      • alert_msg (resources/views/alert_msg.blade.php)37blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        header
        4
        footer
        5
        errors
        6
        metatitle
        7
        coaching
        8
        coaching_logo_link
        9
        centers
        10
        getStates
        11
        metadescription
        12
        metakeywords
        13
        image
        14
        __currentLoopData
        15
        loop
        16
        total_box
        17
        courses_detail
        18
        course
        19
        results
        20
        removeBtn
        21
        i
        22
        limit
        23
        result
        24
        coachingname
        25
        facility
        26
        iii
        27
        showedit
        28
        year
        29
        logo_link
        30
        coaching_name_slug
        31
        http_response_header
        32
        category
        33
        category_slug
        34
        exam
        35
        stream_slug
        36
        question_paper_subject
      uri
      GET coaching/{coaching_name_slug}/{branch_slug?}
      middleware
      web, slug-generate
      controller
      App\Http\Controllers\Website\CoachingController@overview
      namespace
      App\Http\Controllers
      prefix
      where
      file
      app/Http/Controllers/Website/CoachingController.php:19-302
      49 statements were executed, 12 of which were duplicated, 37 unique432ms
      • select * from `coaching` where `name` = 'National CLAT Academy' and `status` = 'enable' limit 1
        7.95ms/app/Http/Controllers/Website/CoachingController.php:29coachingselect
        Metadata
        Bindings
        • 0. National CLAT Academy
        • 1. enable
        Backtrace
        • 13. /app/Http/Controllers/Website/CoachingController.php:29
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching_centers`.* from `coaching_centers` inner join `coaching_centers_branches` on `coaching_centers_branches`.`coaching_centers_id` = `coaching_centers`.`id` where `coaching_centers`.`coaching_id` = 500 and `coaching_centers_branches`.`status` = 'enable' group by `coaching_centers`.`name`
        8.74ms/app/Http/Controllers/Website/CoachingController.php:43coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:43
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select exists(select * from `coaching` where `id` = 500 and `status` = 'enable') as `exists`
        9.02ms/app/Http/Controllers/Website/CoachingController.php:1229coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 9. /app/Http/Controllers/Website/CoachingController.php:1229
        • 10. /app/Http/Controllers/Website/CoachingController.php:44
        • 11. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 12. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select `coaching_centers`.* from `coaching_centers` inner join `coaching_centers_branches` on `coaching_centers_branches`.`coaching_centers_id` = `coaching_centers`.`id` where `coaching_centers`.`coaching_id` = 500 and `coaching_centers_branches`.`status` = 'enable' group by `coaching_centers`.`name`
        4.4ms/app/Http/Controllers/Website/CoachingController.php:104coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:104
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching_centers_branches`.*, `coaching_centers`.`name` as `center_name` from `coaching_centers_branches` inner join `coaching_centers` on `coaching_centers`.`id` = `coaching_centers_branches`.`coaching_centers_id` where `coaching_centers_branches`.`coaching_id` = 500 and `coaching_centers_branches`.`status` = 'enable' limit 1
        17.68ms/app/Http/Controllers/Website/CoachingController.php:111coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 13. /app/Http/Controllers/Website/CoachingController.php:111
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `name` from `coaching_centers_branches` where `coaching_centers_id` = '533' and `name` != 'Jawahar Nagar Hatma' and `status` = 'enable'
        11.72ms/app/Http/Controllers/Website/CoachingController.php:119coachingselect
        Metadata
        Bindings
        • 0. 533
        • 1. Jawahar Nagar Hatma
        • 2. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:119
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `coaching_facility` inner join `facility` on `facility`.`name` = `coaching_facility`.`name` where `coaching_facility`.`coaching_id` = 500 and `coaching_facility`.`status` = 'enable'
        26.9ms/app/Http/Controllers/Website/CoachingController.php:135coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:135
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `coaching_faculty` where `coaching_faculty`.`coaching_id` = 500 and `coaching_faculty`.`status` = 'enable'
        4.69ms/app/Http/Controllers/Website/CoachingController.php:140coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:140
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching_results`.*, `courses`.`name` as `courses_name` from `coaching_results` inner join `courses` on `courses`.`id` = `coaching_results`.`coaching_courses_id` where `coaching_results`.`coaching_id` = 500 and `coaching_results`.`status` = 'enable'
        720μs/app/Http/Controllers/Website/CoachingController.php:148coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:148
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching_testimonials`.*, `courses`.`name` as `coaching_courses_name` from `coaching_testimonials` inner join `courses` on `courses`.`id` = `coaching_testimonials`.`coaching_courses_id` where `coaching_testimonials`.`coaching_id` = 500 and `coaching_testimonials`.`status` = 'enable' and `courses`.`status` = 'enable'
        5.18ms/app/Http/Controllers/Website/CoachingController.php:161coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        • 2. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:161
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `coaching_photos` where `coaching_photos`.`coaching_id` = 500 and `coaching_photos`.`status` = 'enable'
        740μs/app/Http/Controllers/Website/CoachingController.php:171coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:171
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `coaching_videos` where `coaching_videos`.`coaching_id` = 500 and `coaching_videos`.`status` = 'enable'
        4.87ms/app/Http/Controllers/Website/CoachingController.php:176coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:176
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `image`, `name` from `coaching` where `status` = 'enable' and `is_featured` = 1
        11.76ms/app/Http/Controllers/Website/CoachingController.php:182coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:182
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching_courses_detail`.*, `coaching_courses`.`name` as `coaching_courses_name` from `coaching_courses_detail` inner join `coaching_courses` on `coaching_courses`.`id` = `coaching_courses_detail`.`coaching_courses_id` where `coaching_courses`.`coaching_id` = 500 and `coaching_courses`.`status` = 'enable' and `coaching_courses_detail`.`status` = 'enable'
        42.1ms/app/Http/Controllers/Website/CoachingController.php:190coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        • 2. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:190
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select * from `coaching_courses` where `coaching_id` = 500 and `status` = 'enable'
        6.02ms/app/Http/Controllers/Website/CoachingController.php:200coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:200
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select sum(`faculty_stars`) as aggregate from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        9.55ms/app/Http/Controllers/Website/CoachingController.php:895coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 14. /app/Http/Controllers/Website/CoachingController.php:895
        • 15. /app/Http/Controllers/Website/CoachingController.php:249
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select sum(`study_materials_stars`) as aggregate from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        2.2ms/app/Http/Controllers/Website/CoachingController.php:900coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 14. /app/Http/Controllers/Website/CoachingController.php:900
        • 15. /app/Http/Controllers/Website/CoachingController.php:249
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select sum(`doubt_clearing_stars`) as aggregate from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        4.75ms/app/Http/Controllers/Website/CoachingController.php:905coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 14. /app/Http/Controllers/Website/CoachingController.php:905
        • 15. /app/Http/Controllers/Website/CoachingController.php:249
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select sum(`mentorship_stars`) as aggregate from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        3.45ms/app/Http/Controllers/Website/CoachingController.php:910coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 14. /app/Http/Controllers/Website/CoachingController.php:910
        • 15. /app/Http/Controllers/Website/CoachingController.php:249
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select sum(`tech_support_stars`) as aggregate from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        3.11ms/app/Http/Controllers/Website/CoachingController.php:915coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 14. /app/Http/Controllers/Website/CoachingController.php:915
        • 15. /app/Http/Controllers/Website/CoachingController.php:249
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select `id` from `coaching_reviews` where `coaching_id` = 500 and `status` = 'enable'
        510μs/app/Http/Controllers/Website/CoachingController.php:925coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:925
        • 13. /app/Http/Controllers/Website/CoachingController.php:249
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select `coaching_reviews`.*, `students`.`name` as `student_name`, `students`.`image` from `coaching_reviews` inner join `students` on `students`.`id` = `coaching_reviews`.`user_id` where `coaching_id` = 500 and `coaching_reviews`.`status` = 'enable' order by `coaching_reviews`.`created_at` desc
        3.62ms/app/Http/Controllers/Website/CoachingController.php:1042coachingselect
        Metadata
        Bindings
        • 0. 500
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:1042
        • 13. /app/Http/Controllers/Website/CoachingController.php:251
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
      • select * from `states` where `country_id` = 101
        3.62ms/app/Http/Controllers/Website/CoachingController.php:253coachingselect
        Metadata
        Bindings
        • 0. 101
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:253
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select `coaching`.`image`, `coaching`.`name`, 6367 * acos(cos(radians(23.3966776)) * cos(radians(coaching_centers_branches.latitude)) * cos(radians(coaching_centers_branches.longitude) - radians(85.31436339999999)) + sin(radians(23.3966776)) * sin(radians(coaching_centers_branches.latitude))) AS distance from `coaching_centers` inner join `coaching_centers_branches` on `coaching_centers_branches`.`coaching_centers_id` = `coaching_centers`.`id` inner join `coaching` on `coaching`.`id` = `coaching_centers`.`coaching_id` where `coaching_centers_branches`.`status` = 'enable' and `coaching_centers`.`status` = 'enable' and `coaching`.`status` = 'enable' and `coaching`.`id` != 500 group by `coaching`.`id` having `distance` < 3000 order by `distance` asc
        40.25ms/app/Http/Controllers/Website/CoachingController.php:291coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. enable
        • 3. 500
        • 4. 3000
        Backtrace
        • 12. /app/Http/Controllers/Website/CoachingController.php:291
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:239
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:196
      • select distinct `streams`.`name`, `courses`.`name` as `course_name` from `courses` inner join `streams` on `streams`.`id` = `courses`.`stream_id` inner join `coaching_courses` on `coaching_courses`.`name` = `courses`.`name` inner join `coaching_courses_detail` on `coaching_courses`.`id` = `coaching_courses_detail`.`coaching_courses_id` inner join `coaching` on `coaching`.`id` = `coaching_courses_detail`.`coaching_id` where `coaching_courses`.`status` = 'enable' and `coaching_courses_detail`.`status` = 'enable' and `streams`.`status` = 'enable' and `coaching`.`status` = 'enable' and `courses`.`status` = 'enable' and `courses`.`type` = 'coaching' order by `streams`.`updated_at` asc, `coaching_courses`.`updated_at` asc
        102ms/app/Http/Controllers/Website/HeaderController.php:78coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. enable
        • 3. enable
        • 4. enable
        • 5. coaching
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:78
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:476
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `courses_details` from `college` where `status` = 1 order by `college`.`created_at` asc
        2.75ms/app/Http/Controllers/Website/HeaderController.php:499coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:499
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:530
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `stream_id` from `college` where `status` = 1
        2.86ms/app/Http/Controllers/Website/HeaderController.php:532coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:532
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:530
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select distinct `streams`.`name`, `courses`.`name` as `course_name` from `courses` inner join `streams` on `streams`.`id` = `courses`.`stream_id` where `courses`.`id` in ('10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '10', '17', '10', '17', '17', '17', '17', '17', '17', '10', '10', '10', '17', '17', '10', '17', '17', '17', '17', '17', '17', '10', '26', '26', '26', '57', '25', '25', '26', '16', '78', '78', '27', '27', '28', '27', '14', '25') and `streams`.`id` in ('1', '2', '6', '5', '8') and `streams`.`status` = 'enable' and `courses`.`status` = 'enable' and `courses`.`type` = 'college' order by `streams`.`created_at` asc, `courses`.`created_at` asc
        4.99ms/app/Http/Controllers/Website/HeaderController.php:570coachingselect
        Metadata
        Bindings
        • 0. 10
        • 1. 10
        • 2. 10
        • 3. 10
        • 4. 10
        • 5. 10
        • 6. 10
        • 7. 10
        • 8. 10
        • 9. 10
        • 10. 10
        • 11. 10
        • 12. 10
        • 13. 10
        • 14. 10
        • 15. 10
        • 16. 10
        • 17. 10
        • 18. 10
        • 19. 10
        • 20. 10
        • 21. 10
        • 22. 10
        • 23. 10
        • 24. 10
        • 25. 10
        • 26. 10
        • 27. 10
        • 28. 10
        • 29. 17
        • 30. 10
        • 31. 17
        • 32. 17
        • 33. 17
        • 34. 17
        • 35. 17
        • 36. 17
        • 37. 10
        • 38. 10
        • 39. 10
        • 40. 17
        • 41. 17
        • 42. 10
        • 43. 17
        • 44. 17
        • 45. 17
        • 46. 17
        • 47. 17
        • 48. 17
        • 49. 10
        • 50. 26
        • 51. 26
        • 52. 26
        • 53. 57
        • 54. 25
        • 55. 25
        • 56. 26
        • 57. 16
        • 58. 78
        • 59. 78
        • 60. 27
        • 61. 27
        • 62. 28
        • 63. 27
        • 64. 14
        • 65. 25
        • 66. 1
        • 67. 2
        • 68. 6
        • 69. 5
        • 70. 8
        • 71. enable
        • 72. enable
        • 73. college
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:570
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:530
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `courses_details` from `college` where `status` = 1 order by `college`.`created_at` asc
        3.27ms/app/Http/Controllers/Website/HeaderController.php:499coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:499
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:534
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `stream_id` from `college` where `status` = 1
        2.02ms/app/Http/Controllers/Website/HeaderController.php:532coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:532
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:534
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `streams`.`id` as `sid`, `streams`.`name`, `exams`.`title`, `exams`.`id` from `exams` inner join `streams` on `streams`.`id` = `exams`.`stream_id` inner join `courses` on `courses`.`id` = `exams`.`course_id` where `exams`.`status` = 'enable' and `streams`.`status` = 'enable' and `courses`.`status` = 'enable' or `exams`.`status` = 1 order by `exams`.`created_at` asc, `streams`.`created_at` asc
        3.95ms/app/Http/Controllers/Website/HeaderController.php:50coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. enable
        • 3. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:50
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:583
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select distinct `streams`.`name`, `courses`.`name` as `course_name`, `courses`.`id` from `question_paper_subjects` inner join `streams` on `streams`.`id` = `question_paper_subjects`.`stream_id` inner join `courses` on `courses`.`id` = `question_paper_subjects`.`course_id` where `question_paper_subjects`.`status` = 'enable' and `streams`.`status` = 'enable' and `courses`.`status` = 'enable' order by `streams`.`created_at` asc, `courses`.`created_at` asc
        9.73ms/app/Http/Controllers/Website/HeaderController.php:101coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:101
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:638
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `college` inner join `college_category` on `college_category`.`name` = `college`.`category` where `college`.`category` is not null and `college_category`.`status` = 'enable' group by `college`.`category` order by `college_category`.`created_at` asc
        8.82ms/app/Http/Controllers/Website/HeaderController.php:429coachingselect
        Metadata
        Bindings
        • 0. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:429
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:703
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `courses`.* from `courses` inner join `streams` on `streams`.`id` = `courses`.`stream_id` where `courses`.`status` = 'enable' and `streams`.`status` = 'enable' and `streams`.`name` = 'Executive Education' order by `streams`.`created_at` asc, `courses`.`created_at` asc
        3.33ms/app/Http/Controllers/Website/HeaderController.php:461coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. Executive Education
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:461
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:739
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `coaching`.`name` from `coaching_courses` inner join `coaching` on `coaching`.`id` = `coaching_courses`.`coaching_id` where `coaching_courses`.`status` = 'enable' and `coaching`.`status` = 'enable' and `coaching_courses`.`name` = 'Machine Learning' order by `coaching_courses`.`created_at` asc
        3.78ms/app/Http/Controllers/Website/HeaderController.php:480coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. Machine Learning
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:480
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:776
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `coaching`.`name` from `coaching_courses` inner join `coaching` on `coaching`.`id` = `coaching_courses`.`coaching_id` where `coaching_courses`.`status` = 'enable' and `coaching`.`status` = 'enable' and `coaching_courses`.`name` = 'Digital Marketing' order by `coaching_courses`.`created_at` asc
        5.74ms/app/Http/Controllers/Website/HeaderController.php:480coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. Digital Marketing
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:480
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:776
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `coaching`.`name` from `coaching_courses` inner join `coaching` on `coaching`.`id` = `coaching_courses`.`coaching_id` where `coaching_courses`.`status` = 'enable' and `coaching`.`status` = 'enable' and `coaching_courses`.`name` = 'Artificial Intelligence' order by `coaching_courses`.`created_at` asc
        3.91ms/app/Http/Controllers/Website/HeaderController.php:480coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. Artificial Intelligence
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:480
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:776
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `coaching`.`name` from `coaching_courses` inner join `coaching` on `coaching`.`id` = `coaching_courses`.`coaching_id` where `coaching_courses`.`status` = 'enable' and `coaching`.`status` = 'enable' and `coaching_courses`.`name` = 'Data Science' order by `coaching_courses`.`created_at` asc
        5.06ms/app/Http/Controllers/Website/HeaderController.php:480coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. Data Science
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:480
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:776
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `courses_details` from `college` where `status` = 1 order by `college`.`created_at` asc
        3.29ms/app/Http/Controllers/Website/HeaderController.php:499coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:499
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:944
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `stream_id` from `college` where `status` = 1
        3.14ms/app/Http/Controllers/Website/HeaderController.php:532coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:532
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:944
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `courses_details` from `college` where `status` = 1 order by `college`.`created_at` asc
        2.68ms/app/Http/Controllers/Website/HeaderController.php:499coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:499
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:948
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `stream_id` from `college` where `status` = 1
        2.54ms/app/Http/Controllers/Website/HeaderController.php:532coachingselect
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:532
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:948
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `id`, `name` from `countries`
        1.79ms/app/Http/Controllers/Website/HeaderController.php:387coachingselect
        Metadata
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:387
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:2017
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select `name` from `coaching` where `status` = 'enable'
        4.65ms/app/Http/Controllers/Website/HeaderController.php:250coachingselect
        Metadata
        Bindings
        • 0. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:250
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:2189
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `blogs_category` where `status` = 'enable'
        1.64ms/app/Http/Controllers/Website/HeaderController.php:399coachingselect
        Metadata
        Bindings
        • 0. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/HeaderController.php:399
        • 13. view::4230e27c3c186462b9587fd775c65c77fbde0374:2811
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `advertisement` where `type` = 'full' and `position` is null and `status` = 'enable' and `start_date` <= '2025-08-28' and `end_date` >= '2025-08-28' order by RAND() limit 1
        5.95ms/app/Http/Controllers/Website/HeaderController.php:239coachingselect
        Metadata
        Bindings
        • 0. full
        • 1. enable
        • 2. 2025-08-28
        • 3. 2025-08-28
        Backtrace
        • 13. /app/Http/Controllers/Website/HeaderController.php:239
        • 14. view::b1eb23f4d8a9b14efcab1aeb45c39a521a2f7a33:1100
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 17. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `advertisement` where `type` = 'full' and `position` is null and `status` = 'enable' and `start_date` <= '2025-08-28' and `end_date` >= '2025-08-28' order by RAND() limit 1
        4.75ms/app/Http/Controllers/Website/HeaderController.php:239coachingselect
        Metadata
        Bindings
        • 0. full
        • 1. enable
        • 2. 2025-08-28
        • 3. 2025-08-28
        Backtrace
        • 13. /app/Http/Controllers/Website/HeaderController.php:239
        • 14. view::b1eb23f4d8a9b14efcab1aeb45c39a521a2f7a33:2651
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 17. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select distinct `streams`.`name` from `coaching_courses` inner join `courses` on `courses`.`name` = `coaching_courses`.`name` inner join `streams` on `streams`.`id` = `courses`.`stream_id` where `coaching_courses`.`status` = 'enable' and `courses`.`status` = 'enable' and `streams`.`status` = 'enable' order by `streams`.`created_at` asc limit 6
        2.24ms/app/Http/Controllers/Website/FooterController.php:100coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        • 2. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/FooterController.php:100
        • 13. view::c5b933ecdd6a9e76e1db247629398404db855443:47
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select distinct `streams`.`name` from `question_paper_subjects` inner join `streams` on `streams`.`id` = `question_paper_subjects`.`stream_id` inner join `courses` on `courses`.`id` = `question_paper_subjects`.`course_id` where `streams`.`status` = 'enable' and `courses`.`status` = 'enable' order by `streams`.`created_at` asc limit 6
        2.75ms/app/Http/Controllers/Website/FooterController.php:119coachingselect
        Metadata
        Bindings
        • 0. enable
        • 1. enable
        Backtrace
        • 12. /app/Http/Controllers/Website/FooterController.php:119
        • 13. view::c5b933ecdd6a9e76e1db247629398404db855443:98
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57
        • 16. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:139
          _token
          0rg5TdJAcHhOlUnYcOE9NxcK3YVvrJwAltSlXoI0
          _previous
          array:1 [ "url" => "http://64.227.150.69/coaching/National-CLAT-Academy" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /coaching/National-CLAT-Academy
          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:10 [ "host" => array:1 [ 0 => "64.227.150.69" ] "pragma" => array:1 [ 0 => "no-cache" ] "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)" ] "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" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-8grrb (squid/6.10)" ] "x-forwarded-for" => array:1 [ 0 => "10.1.120.140" ] "cache-control" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] ]
          request_server
          0 of 0
          array:35 [ "REDIRECT_STATUS" => "200" "HTTP_HOST" => "64.227.150.69" "HTTP_PRAGMA" => "no-cache" "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_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" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-8grrb (squid/6.10)" "HTTP_X_FORWARDED_FOR" => "10.1.120.140" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.41 (Ubuntu) Server at 64.227.150.69 Port 80</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.41 (Ubuntu)" "SERVER_NAME" => "64.227.150.69" "SERVER_ADDR" => "64.227.150.69" "SERVER_PORT" => "80" "REMOTE_ADDR" => "216.73.216.133" "DOCUMENT_ROOT" => "/var/www/html" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/var/www/html/index.php" "REMOTE_PORT" => "20862" "REDIRECT_URL" => "/coaching/National-CLAT-Academy" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/coaching/National-CLAT-Academy" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1756339794.91 "REQUEST_TIME" => 1756339794 ]
          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, 28 Aug 2025 00:09:55 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFldXJKWE8yQS9QTDFRck8vcEJwM1E9PSIsInZhbHVlIjoiUUoyMUVRUDRvM2ZkY0YycFkyOFQzcUxBcVNhWkUzeCt0aURWaVBUVmVuem9ZbGplWEpmT1NKcjZRR1NsSUJkeDR0WVF0TS9zTHRLeGQ5UTBnOWdXdWhpUDVCLzFvbk9kTlU3bHE3OEJBNm9YemI2NjdCekdxRFFXN2Nna2piTnQiLCJtYWMiOiI2MTk1NzZiNTcwYTRmZTZlNzMyOTY0MGIzZGQwYmFjMDM3OTg3YmI3OWRkNjU3NjYyNzYyNTI1ZDAyNmIyOWNmIn0%3D; expires=Fri, 28-Aug-2026 00:09:56 GMT; Max-Age=31536000; path=/XSRF-TOKEN=eyJpdiI6IjFldXJKWE8yQS9QTDFRck8vcEJwM1E9PSIsInZhbHVlIjoiUUoyMUVRUDRvM2ZkY0YycFkyOFQzcUxBcVNhWkUzeCt0aURWaVBUVmVuem9ZbGplWEpmT1NKcjZRR1NsSUJkeDR0WVF0T" 1 => "coachingselect_session=eyJpdiI6IlY5clVmY3RuSzFYeFp3QW1rQVZ5WGc9PSIsInZhbHVlIjoiZDVXYlV5azlYVlVjQTMyMVpHeW5ha2pDblpyQjU2TWVHYjgyY2FnclhLeHovdUhBc2Zad1orSHcxMjg3S29aMlFIMlRFVDlibFgya005TlM3RVcwWXIwN1h1WS9sSzhhUDZrOEd0NForVENkdmNieVNIenE4cjZDNTgrNStZYS8iLCJtYWMiOiIyYTkzNDIwMjEzOTE1OThhZGM0ZDk2ZWU4ZmZlNTFmMjQyZDNjMmY5NzI3MGZmMDE4Nzk3ZDk1Mjg4NDdhMTk3In0%3D; expires=Fri, 28-Aug-2026 00:09:56 GMT; Max-Age=31536000; path=/; httponlycoachingselect_session=eyJpdiI6IlY5clVmY3RuSzFYeFp3QW1rQVZ5WGc9PSIsInZhbHVlIjoiZDVXYlV5azlYVlVjQTMyMVpHeW5ha2pDblpyQjU2TWVHYjgyY2FnclhLeHovdUhBc2Zad1orSHcxMjg3S" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFldXJKWE8yQS9QTDFRck8vcEJwM1E9PSIsInZhbHVlIjoiUUoyMUVRUDRvM2ZkY0YycFkyOFQzcUxBcVNhWkUzeCt0aURWaVBUVmVuem9ZbGplWEpmT1NKcjZRR1NsSUJkeDR0WVF0TS9zTHRLeGQ5UTBnOWdXdWhpUDVCLzFvbk9kTlU3bHE3OEJBNm9YemI2NjdCekdxRFFXN2Nna2piTnQiLCJtYWMiOiI2MTk1NzZiNTcwYTRmZTZlNzMyOTY0MGIzZGQwYmFjMDM3OTg3YmI3OWRkNjU3NjYyNzYyNTI1ZDAyNmIyOWNmIn0%3D; expires=Fri, 28-Aug-2026 00:09:56 GMT; path=/XSRF-TOKEN=eyJpdiI6IjFldXJKWE8yQS9QTDFRck8vcEJwM1E9PSIsInZhbHVlIjoiUUoyMUVRUDRvM2ZkY0YycFkyOFQzcUxBcVNhWkUzeCt0aURWaVBUVmVuem9ZbGplWEpmT1NKcjZRR1NsSUJkeDR0WVF0T" 1 => "coachingselect_session=eyJpdiI6IlY5clVmY3RuSzFYeFp3QW1rQVZ5WGc9PSIsInZhbHVlIjoiZDVXYlV5azlYVlVjQTMyMVpHeW5ha2pDblpyQjU2TWVHYjgyY2FnclhLeHovdUhBc2Zad1orSHcxMjg3S29aMlFIMlRFVDlibFgya005TlM3RVcwWXIwN1h1WS9sSzhhUDZrOEd0NForVENkdmNieVNIenE4cjZDNTgrNStZYS8iLCJtYWMiOiIyYTkzNDIwMjEzOTE1OThhZGM0ZDk2ZWU4ZmZlNTFmMjQyZDNjMmY5NzI3MGZmMDE4Nzk3ZDk1Mjg4NDdhMTk3In0%3D; expires=Fri, 28-Aug-2026 00:09:56 GMT; path=/; httponlycoachingselect_session=eyJpdiI6IlY5clVmY3RuSzFYeFp3QW1rQVZ5WGc9PSIsInZhbHVlIjoiZDVXYlV5azlYVlVjQTMyMVpHeW5ha2pDblpyQjU2TWVHYjgyY2FnclhLeHovdUhBc2Zad1orSHcxMjg3S" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "0rg5TdJAcHhOlUnYcOE9NxcK3YVvrJwAltSlXoI0" "_previous" => array:1 [ "url" => "http://64.227.150.69/coaching/National-CLAT-Academy" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]