hxs
Career Objective

Special Qualification

Work Experience

hxs
Phone: 1122334451
Email: dscjj@gmail.com
Address:
Personal Details

Father Name :
Mother Name :
Date Of Birth :
Gender :
Marital Status :
Nationality :
Religion :
Permanent Address :
Present Address :
Academic Qualification

Training Summary

Request history8.2.28PHP Version97.83msRequest Duration3MBMemory UsageGET resume/view/{applicant_id}Route
    • Booting (32ms)time
    • Application (65.82ms)time
    • 1 x Application (67.28%)
      65.82ms
      1 x Booting (32.71%)
      32.00ms
      6 templates were rendered
      • 1x frontend.pages.view_resumeview_resume.blade.php#?blade
      • 1x frontend.partials.mastermaster.blade.php#?blade
      • 1x site.partials.seo_ogseo_og.blade.php#?blade
      • 1x components.frontend.headerheader.blade.php#?blade
      • 1x components.frontend.footerfooter.blade.php#?blade
      • 1x backend.partials.alert-messagealert-message.blade.php#?blade
      uri
      GET resume/view/{applicant_id}
      middleware
      web
      controller
      App\Http\Controllers\Backend\ApplicantController@resumeView
      namespace
      prefix
      where
      as
      resume.view
      file
      app/Http/Controllers/Backend/ApplicantController.php:179-183
      12 statements were executed, 2 of which were duplicates, 10 unique. Show only duplicated13.07ms
      • Connection Establishedu485781114_mypassionhelper.php#23
        Backtrace
        • 13. app/Http/Helpers/helper.php:23
        • 15. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 18. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `languages` where `code` = 'en' limit 1
        8.62msu485781114_mypassionhelper.php#23
        Bindings
        • 0: en
        Backtrace
        • 15. app/Http/Helpers/helper.php:23
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `languages` where `code` = '{\"id\":1,\"name\":\"English\",\"code\":\"en\",\"icon_class\":\"flag-icon flag-icon-us\",\"text_direction\":\"LTR\",\"status\":1,\"created_at\":\"2025-02-19T05:36:26.000000Z\",\"updated_at\":\"2025-02-19T05:36:26.000000Z\"}' limit 1
        840μsu485781114_mypassionLocalizationManagerMiddleware.php#35
        Bindings
        • 0: {"id":1,"name":"English","code":"en","icon_class":"flag-icon flag-icon-us","text_direction":"LTR","status":1,"created_at":"2025-02-19T05:36:26.000000Z","updated_at":"2025-02-19T05:36:26.000000Z"}
        Backtrace
        • 15. app/Http/Middleware/LocalizationManagerMiddleware.php:35
        • 16. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `applicants` where `applicants`.`id` = '64' limit 1
        320μsu485781114_mypassionApplicantRepository.php#61
        Bindings
        • 0: 64
        Backtrace
        • 16. app/Repositories/Applicant/ApplicantRepository.php:61
        • 17. app/Http/Controllers/Backend/ApplicantController.php:181
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `users` where `users`.`id` in (83)
        340μsu485781114_mypassionApplicantRepository.php#61
        Backtrace
        • 21. app/Repositories/Applicant/ApplicantRepository.php:61
        • 22. app/Http/Controllers/Backend/ApplicantController.php:181
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `experiences` where `experiences`.`applicant_id` = 64 and `experiences`.`applicant_id` is not null order by `end_date` desc
        340μsu485781114_mypassionview_resume.blade.php#31
        Bindings
        • 0: 64
        Backtrace
        • 20. view::frontend.pages.view_resume:31
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `education` where `education`.`applicant_id` = 64 and `education`.`applicant_id` is not null order by `end_date` desc
        410μsu485781114_mypassionview_resume.blade.php#97
        Bindings
        • 0: 64
        Backtrace
        • 20. view::frontend.pages.view_resume:97
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `trainings` where `trainings`.`applicant_id` = 64 and `trainings`.`applicant_id` is not null order by `end_date` desc
        500μsu485781114_mypassionview_resume.blade.php#113
        Bindings
        • 0: 64
        Backtrace
        • 20. view::frontend.pages.view_resume:113
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `resume_languages` where `resume_languages`.`applicant_id` = 64 and `resume_languages`.`applicant_id` is not null
        410μsu485781114_mypassionview_resume.blade.php#125
        Bindings
        • 0: 64
        Backtrace
        • 19. view::frontend.pages.view_resume:125
        • 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 `references` where `references`.`applicant_id` = 64 and `references`.`applicant_id` is not null
        470μsu485781114_mypassionview_resume.blade.php#151
        Bindings
        • 0: 64
        Backtrace
        • 19. view::frontend.pages.view_resume:151
        • 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 `languages` where `code` = 'en' and `status` = 1 limit 1
        320μsu485781114_mypassionhelper.php#56
        Bindings
        • 0: en
        • 1: 1
        Backtrace
        • 15. app/Http/Helpers/helper.php:56
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'en' and `status` = 1 limit 1
        270μsu485781114_mypassionhelper.php#68
        Bindings
        • 0: en
        • 1: 1
        Backtrace
        • 15. app/Http/Helpers/helper.php:68
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `status` = 1
        230μsu485781114_mypassionhelper.php#48
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Helpers/helper.php:48
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Backend\Language
      7Language.php#?
      App\Models\Backend\Applicant
      1Applicant.php#?
      App\Models\User
      1User.php#?
          _token
          CxeoFAnV4CpynRdbUO3suQhESCmLx6iUaKy6KyQj
          locale
          en
          _previous
          array:1 [ "url" => "https://mypassion.in/resume/view/64" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /resume/view/64
          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:22 [ "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 => "br" ] "host" => array:1 [ 0 => "mypassion.in" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.106" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "216.73.216.106" ] "x-real-port" => array:1 [ 0 => "33829" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          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 => "Wed, 23 Jul 2025 23:59:13 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRXQmR3dkpGbnFRTUVLbmxTN3FRclE9PSIsInZhbHVlIjoiOGRDeXUvYklwZ3liS1lJU1RES3FocHBXQWFyTVVsSmtHb0l3NVA2R0lSczhjZk5jbDIreWNuZ3hQenFDbmtDUjJjU21WUDhNVERCLzhwaWtySDJzYzdkQ3JiRWM4L0pqMFFVWjNlNFAvNzlTQWx1SmFReisybmV4OC9VN1k5NHIiLCJtYWMiOiJmZGM0MzZlMjJiMTMyYmM2Y2FkMmNiYjE0ZjFhYmRhMDA0N2NjZTUyOGMxNTQzNjg2ODRhZmI0NDQxNjMyZWFlIiwidGFnIjoiIn0%3D; expires=Thu, 24 Jul 2025 01:59:13 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImRXQmR3dkpGbnFRTUVLbmxTN3FRclE9PSIsInZhbHVlIjoiOGRDeXUvYklwZ3liS1lJU1RES3FocHBXQWFyTVVsSmtHb0l3NVA2R0lSczhjZk5jbDIreWNuZ3hQenFDbmtDUjJjU21WU" 1 => "laravel_session=eyJpdiI6InVyM3VHYlBRQVR6RTJRZ3FYbmh1U0E9PSIsInZhbHVlIjoicjUrd0tTOWZvc2NGV0thSnZBdXVKWkc2anBzeFYvNlkycWl6eVU3bHhLb2xmS3ZiMDgycUtBcmROTVp2dVZSMnhLM01Ha1QwWWljL2hva01VME9pZENNQW1obmFaNWpFaU5DQWhiQ3BqNHpoZlNRZGZrOEZIQjhBOG9GeGI4Q2oiLCJtYWMiOiI1NzU0MzMzOTJiNmI1YWRlZDg4MmE0MTUxMWIzODE5ZjMyZTFiNjZkMzE3ZDAzZTY2MzdlNTVhNmM3MDRjYTliIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6InVyM3VHYlBRQVR6RTJRZ3FYbmh1U0E9PSIsInZhbHVlIjoicjUrd0tTOWZvc2NGV0thSnZBdXVKWkc2anBzeFYvNlkycWl6eVU3bHhLb2xmS3ZiMDgycUtBcmROTVp2dVZSMnhL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRXQmR3dkpGbnFRTUVLbmxTN3FRclE9PSIsInZhbHVlIjoiOGRDeXUvYklwZ3liS1lJU1RES3FocHBXQWFyTVVsSmtHb0l3NVA2R0lSczhjZk5jbDIreWNuZ3hQenFDbmtDUjJjU21WUDhNVERCLzhwaWtySDJzYzdkQ3JiRWM4L0pqMFFVWjNlNFAvNzlTQWx1SmFReisybmV4OC9VN1k5NHIiLCJtYWMiOiJmZGM0MzZlMjJiMTMyYmM2Y2FkMmNiYjE0ZjFhYmRhMDA0N2NjZTUyOGMxNTQzNjg2ODRhZmI0NDQxNjMyZWFlIiwidGFnIjoiIn0%3D; expires=Thu, 24-Jul-2025 01:59:13 GMT; path=/XSRF-TOKEN=eyJpdiI6ImRXQmR3dkpGbnFRTUVLbmxTN3FRclE9PSIsInZhbHVlIjoiOGRDeXUvYklwZ3liS1lJU1RES3FocHBXQWFyTVVsSmtHb0l3NVA2R0lSczhjZk5jbDIreWNuZ3hQenFDbmtDUjJjU21WU" 1 => "laravel_session=eyJpdiI6InVyM3VHYlBRQVR6RTJRZ3FYbmh1U0E9PSIsInZhbHVlIjoicjUrd0tTOWZvc2NGV0thSnZBdXVKWkc2anBzeFYvNlkycWl6eVU3bHhLb2xmS3ZiMDgycUtBcmROTVp2dVZSMnhLM01Ha1QwWWljL2hva01VME9pZENNQW1obmFaNWpFaU5DQWhiQ3BqNHpoZlNRZGZrOEZIQjhBOG9GeGI4Q2oiLCJtYWMiOiI1NzU0MzMzOTJiNmI1YWRlZDg4MmE0MTUxMWIzODE5ZjMyZTFiNjZkMzE3ZDAzZTY2MzdlNTVhNmM3MDRjYTliIiwidGFnIjoiIn0%3D; path=/; httponlylaravel_session=eyJpdiI6InVyM3VHYlBRQVR6RTJRZ3FYbmh1U0E9PSIsInZhbHVlIjoicjUrd0tTOWZvc2NGV0thSnZBdXVKWkc2anBzeFYvNlkycWl6eVU3bHhLb2xmS3ZiMDgycUtBcmROTVp2dVZSMnhL" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "CxeoFAnV4CpynRdbUO3suQhESCmLx6iUaKy6KyQj" "locale" => "en" "_previous" => array:1 [ "url" => "https://mypassion.in/resume/view/64" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-24 05:59:13GET/resume/view/646129