User Image

Aashfa Nasir

test clinic

SpecialityAssociate Dentist

(0)

Taj Chemist, Sector 1 Gulshan Abad, Rawalpindi, Pakistan

  • 0 Feedback
  • Taj Chemist, Sector 1 Gulshan Abad, Rawalpindi, Pakistan

Overview

Total experience 25 years.


Business Hours

Taj Chemist, Sector 1 Gulshan Abad, Rawalpindi, Pakistan, Rawalpindi
No business hours are displaying!!!

Reviews

Write a review for Aashfa Nasir

1000 characters remaining

test clinic

(0)
Taj Chemist, Sector 1 Gulshan Abad, Rawalpindi, Pakistan, Rawalpindi
View location

Aashfa Nasir

(0)
Dentesthetics, Islamabad
View location
8.1.32PHP Version2.7sRequest Duration5MBMemory UsageGET doctors/{clinic_name}/{staff}/{clinic_location_id}/{staff_id}Route
    • Booting (1.1s)
    • Application (1.6s)
    • 1 x Application (59.32%)
      1.60s
      1 x Booting (40.67%)
      1.10s
      4 templates were rendered
      • doctor_profile (resources/views/doctor_profile.blade.php)8blade
        Params
        0
        doctor
        1
        specializations
        2
        treatments
        3
        doctor_treatments
        4
        business_hours
        5
        location
        6
        reviews
        7
        locations
      • layouts.app (resources/views/layouts/app.blade.php)18blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        doctor
        4
        specializations
        5
        treatments
        6
        doctor_treatments
        7
        business_hours
        8
        location
        9
        reviews
        10
        locations
        11
        i
        12
        doc_treatments
        13
        __currentLoopData
        14
        value
        15
        loop
        16
        loc
        17
        doc_specializations
      • layouts.header (resources/views/layouts/header.blade.php)18blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        doctor
        4
        specializations
        5
        treatments
        6
        doctor_treatments
        7
        business_hours
        8
        location
        9
        reviews
        10
        locations
        11
        i
        12
        doc_treatments
        13
        __currentLoopData
        14
        value
        15
        loop
        16
        loc
        17
        doc_specializations
      • layouts.footer (resources/views/layouts/footer.blade.php)18blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        doctor
        4
        specializations
        5
        treatments
        6
        doctor_treatments
        7
        business_hours
        8
        location
        9
        reviews
        10
        locations
        11
        i
        12
        doc_treatments
        13
        __currentLoopData
        14
        value
        15
        loop
        16
        loc
        17
        doc_specializations
      uri
      GET doctors/{clinic_name}/{staff}/{clinic_location_id}/{staff_id}
      middleware
      web
      controller
      App\Http\Controllers\IndexController@doctorProfile
      namespace
      prefix
      where
      as
      doctors.doctor.profile
      file
      app/Http/Controllers/IndexController.php:357-486
      9 statements were executed930ms
      • select `name`, `id` from `treatments` where `treatments`.`deleted_at` is null
        722ms/app/Http/Controllers/IndexController.php:361labsmfga_tibimalumat
        Metadata
        Backtrace
        • 16. /app/Http/Controllers/IndexController.php:361
        • 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:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `staff`.*, `job_titles`.`name` as `job_title`, `staff_locations`.`location_id`, `locations`.`name` as `location_name`, `locations`.`address` as `location_address`, `locations`.`city` as `location_city`, `locations`.`consultation_fee`, GROUP_CONCAT(DISTINCT treatments.name) as treatments, AVG(staff_location_reviews.star) as average_rating, COUNT(DISTINCT staff_location_reviews.id) as total_reviews from `staff` inner join `staff_locations` on `staff`.`id` = `staff_locations`.`staff_id` inner join `locations` on `locations`.`id` = `staff_locations`.`location_id` left join `job_titles` on `staff`.`job_title_id` = `job_titles`.`id` left join `staff_treatments` on `staff`.`id` = `staff_treatments`.`staff_id` and `staff_locations`.`location_id` = `staff_treatments`.`location_id` left join `treatments` on `staff_treatments`.`treatment_id` = `treatments`.`id` left join `staff_location_reviews` on `staff`.`id` = `staff_location_reviews`.`staff_id` and `staff_locations`.`location_id` = `staff_location_reviews`.`location_id` and `staff_location_reviews`.`status` = 1 where `staff`.`status` = 1 and `staff`.`id` = 748 and `locations`.`id` = '3938' and `staff`.`deleted_at` is null limit 1
        5.23ms/app/Http/Controllers/IndexController.php:391labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 748
        • 3. 3938
        Backtrace
        • 15. /app/Http/Controllers/IndexController.php:391
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `locations`.*, `job_titles`.`name` as `job_title`, `staff`.`id` as `staff_id`, `staff`.`name` as `doc_name`, `staff_locations`.`location_id`, `staff`.`job_title_id`, `staff`.`specialization_ids`, GROUP_CONCAT(DISTINCT treatments.name) as treatments, AVG(staff_location_reviews.star) as average_rating, COUNT(DISTINCT staff_location_reviews.id) as total_reviews from `locations` inner join `staff_locations` on `locations`.`id` = `staff_locations`.`location_id` inner join `staff` on `staff`.`id` = `staff_locations`.`staff_id` left join `job_titles` on `staff`.`job_title_id` = `job_titles`.`id` left join `staff_treatments` on `staff`.`id` = `staff_treatments`.`staff_id` and `staff_locations`.`location_id` = `staff_treatments`.`location_id` left join `treatments` on `staff_treatments`.`treatment_id` = `treatments`.`id` left join `staff_location_reviews` on `staff`.`id` = `staff_location_reviews`.`staff_id` and `staff_locations`.`location_id` = `staff_location_reviews`.`location_id` and `staff_location_reviews`.`status` = 1 where `staff`.`status` = 1 and `staff`.`id` = 748 and `locations`.`deleted_at` is null group by `locations`.`id`, `job_titles`.`name`, `staff`.`id`, `staff`.`name`, `staff_locations`.`location_id`, `staff`.`job_title_id`, `staff`.`specialization_ids` order by `locations`.`id` desc limit 10
        4.38ms/app/Http/Controllers/IndexController.php:434labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 748
        Backtrace
        • 14. /app/Http/Controllers/IndexController.php:434
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `locations`.*, `staff_locations`.`staff_id` as `pivot_staff_id`, `staff_locations`.`location_id` as `pivot_location_id` from `locations` inner join `staff_locations` on `locations`.`id` = `staff_locations`.`location_id` where `staff_locations`.`staff_id` in (748) and `locations`.`deleted_at` is null
        2.24ms/app/Http/Controllers/IndexController.php:437labsmfga_tibimalumat
        Metadata
        Backtrace
        • 18. /app/Http/Controllers/IndexController.php:437
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `staff_treatments` where `staff_id` = 748 and `location_id` in (748, 3938)
        7.73ms/app/Http/Controllers/IndexController.php:445labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 748
        • 1. 748
        • 2. 3938
        Backtrace
        • 14. /app/Http/Controllers/IndexController.php:445
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `locations` where `locations`.`id` = '3938' and `locations`.`deleted_at` is null limit 1
        90.47ms/app/Http/Controllers/IndexController.php:459labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 3938
        Backtrace
        • 19. /app/Http/Controllers/IndexController.php:459
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `location_timings` where `staff_id` = 748 and `location_id` = '3938'
        7.13ms/app/Http/Controllers/IndexController.php:464labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 748
        • 1. 3938
        Backtrace
        • 14. /app/Http/Controllers/IndexController.php:464
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `staff_location_reviews` where `status` = '1' and `staff_id` = 748 and `location_id` = 3938 and `staff_location_reviews`.`deleted_at` is null
        89.2ms/app/Http/Controllers/IndexController.php:481labsmfga_tibimalumat
        Metadata
        Bindings
        • 0. 1
        • 1. 748
        • 2. 3938
        Backtrace
        • 14. /app/Http/Controllers/IndexController.php:481
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `name`, `id` from `specializations` where `specializations`.`deleted_at` is null
        1.15ms/app/Http/Controllers/IndexController.php:483labsmfga_tibimalumat
        Metadata
        Backtrace
        • 16. /app/Http/Controllers/IndexController.php:483
        • 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:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      App\Models\Location
      5
      App\Models\Staff
      1
        _token
        GFGCNQd9Z8YRl9V1gojOGS1O58tf7JJk19LxZ4WJ
        _previous
        array:1 [ "url" => "http://www.tibimalumat.com/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1d...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9
        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:9 [ "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" ] "host" => array:1 [ 0 => "www.tibimalumat.com" ] "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.217" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-c57bj (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
        request_server
        0 of 0
        array:35 [ "PATH" => "/usr/local/bin:/bin:/usr/bin" "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_HOST" => "www.tibimalumat.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "216.73.216.217" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-c57bj (squid/6.10)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/labsmfga/public_html/tibimalumat.com/public" "REMOTE_ADDR" => "216.73.216.217" "REMOTE_PORT" => "38796" "SERVER_ADDR" => "66.29.146.27" "SERVER_NAME" => "www.tibimalumat.com" "SERVER_ADMIN" => "webmaster@tibimalumat.com.labstestprices.com" "SERVER_PORT" => "80" "REQUEST_SCHEME" => "http" "REQUEST_URI" => "/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Z" "REDIRECT_URL" => "/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Z" "REDIRECT_REQUEST_METHOD" => "GET" "PROXY_REMOTE_ADDR" => "66.29.146.27" "REDIRECT_STATUS" => "200" "SCRIPT_FILENAME" => "/home/labsmfga/public_html/tibimalumat.com/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "http://www.tibimalumat.com/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9http://www.tibimalumat.com/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWF" "SCRIPT_URL" => "/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Z" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1753502594.9457 "REQUEST_TIME" => 1753502594 ]
        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 => "Sat, 26 Jul 2025 04:03:17 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVkNDBCSE9RMTV5UkZHYWJnZmJtK3c9PSIsInZhbHVlIjoiY2V6NkV3R21yWVdvU0NlZitjOXpjQTRaYlBIZ1lnM2t5MWw0YU5rNmdMMnB4elBDOEZaa09jb3VXdGMyajFnc0JYOUtoWlozeFdSdEJLMGh3SThzSWNlZEh2WjlNYVNXVTMrU1VXM2FzK0dNaWsxRWRtVEl1WUpwdmJKOHVDbWwiLCJtYWMiOiJkYzY0ZjkzODZmMmY4ZTM3OWM1ZjVjZjZiMDNjNTljNjc2M2ZhNDY5NmUyYzQ4OTE2YzI0NTJhOWUyOTdkNzMzIiwidGFnIjoiIn0%3D; expires=Sat, 26 Jul 2025 06:03:17 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InVkNDBCSE9RMTV5UkZHYWJnZmJtK3c9PSIsInZhbHVlIjoiY2V6NkV3R21yWVdvU0NlZitjOXpjQTRaYlBIZ1lnM2t5MWw0YU5rNmdMMnB4elBDOEZaa09jb3VXdGMyajFnc0JYOUtoW" 1 => "tibimalumat_session=eyJpdiI6InNjN29GNDRmUEo2aXQya1BTdE9BSlE9PSIsInZhbHVlIjoiVFIwT2hFelcwK2J1cjY4UUQwUy9wczdTaUc1RzNQTzZqbkV3MENlTlk3ejRnZUdmYnV6R2tNVUQwMEJTdjhVZWJ3K04rWWFJNUlPanhGQVJ2YmkwR0UwUDdPbmpjamZYeE85NlBmNk9iRS9lT1liZjVUODc5emxaaU5KNUxOYlQiLCJtYWMiOiI0YWE1MTUzMzNmZjJlZTU1Zjc1NTEyODRkNzZlNTdjM2Y5NDBlNmFmNGJjMDE2MzM2MzY5YTUzZTE1NzQ5OTMxIiwidGFnIjoiIn0%3D; expires=Sat, 26 Jul 2025 06:03:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxtibimalumat_session=eyJpdiI6InNjN29GNDRmUEo2aXQya1BTdE9BSlE9PSIsInZhbHVlIjoiVFIwT2hFelcwK2J1cjY4UUQwUy9wczdTaUc1RzNQTzZqbkV3MENlTlk3ejRnZUdmYnV6R2tNVUQwMEJTdjhV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVkNDBCSE9RMTV5UkZHYWJnZmJtK3c9PSIsInZhbHVlIjoiY2V6NkV3R21yWVdvU0NlZitjOXpjQTRaYlBIZ1lnM2t5MWw0YU5rNmdMMnB4elBDOEZaa09jb3VXdGMyajFnc0JYOUtoWlozeFdSdEJLMGh3SThzSWNlZEh2WjlNYVNXVTMrU1VXM2FzK0dNaWsxRWRtVEl1WUpwdmJKOHVDbWwiLCJtYWMiOiJkYzY0ZjkzODZmMmY4ZTM3OWM1ZjVjZjZiMDNjNTljNjc2M2ZhNDY5NmUyYzQ4OTE2YzI0NTJhOWUyOTdkNzMzIiwidGFnIjoiIn0%3D; expires=Sat, 26-Jul-2025 06:03:17 GMT; path=/XSRF-TOKEN=eyJpdiI6InVkNDBCSE9RMTV5UkZHYWJnZmJtK3c9PSIsInZhbHVlIjoiY2V6NkV3R21yWVdvU0NlZitjOXpjQTRaYlBIZ1lnM2t5MWw0YU5rNmdMMnB4elBDOEZaa09jb3VXdGMyajFnc0JYOUtoW" 1 => "tibimalumat_session=eyJpdiI6InNjN29GNDRmUEo2aXQya1BTdE9BSlE9PSIsInZhbHVlIjoiVFIwT2hFelcwK2J1cjY4UUQwUy9wczdTaUc1RzNQTzZqbkV3MENlTlk3ejRnZUdmYnV6R2tNVUQwMEJTdjhVZWJ3K04rWWFJNUlPanhGQVJ2YmkwR0UwUDdPbmpjamZYeE85NlBmNk9iRS9lT1liZjVUODc5emxaaU5KNUxOYlQiLCJtYWMiOiI0YWE1MTUzMzNmZjJlZTU1Zjc1NTEyODRkNzZlNTdjM2Y5NDBlNmFmNGJjMDE2MzM2MzY5YTUzZTE1NzQ5OTMxIiwidGFnIjoiIn0%3D; expires=Sat, 26-Jul-2025 06:03:17 GMT; path=/; httponlytibimalumat_session=eyJpdiI6InNjN29GNDRmUEo2aXQya1BTdE9BSlE9PSIsInZhbHVlIjoiVFIwT2hFelcwK2J1cjY4UUQwUy9wczdTaUc1RzNQTzZqbkV3MENlTlk3ejRnZUdmYnV6R2tNVUQwMEJTdjhV" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "GFGCNQd9Z8YRl9V1gojOGS1O58tf7JJk19LxZ4WJ" "_previous" => array:1 [ "url" => "http://www.tibimalumat.com/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWFjIjoiMGRjMzJmZWM5M2VhMjU1Zjk2YWUwMDMwZTAzMmVmMjEyZmFiNGUwZDY4M2JkYjdhNjZkZjJlZTJjM2E5MTcwYyIsInRhZyI6IiJ9http://www.tibimalumat.com/doctors/test-clinic/aashfa-nasir/3938/eyJpdiI6IlR1dDJPcStWcmJaVjdsN0x5RGVZU2c9PSIsInZhbHVlIjoiN2lCYkZHNVhDcEZjcXZzS210eWo0QT09IiwibWF" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]