Have any questions?

Feel free to ask any questions

General FAQs

Donation FAQs

Borrower FAQs

1.91sRequest Duration31.5MBMemory UsageGET get-to-know-us/faqsRouteAuth status
    • Booting (1.85s)
    • Application (1.85s)
      7 templates were rendered
      • cms::web.pages.faqs (Modules/Cms/Resources/views/web/pages/faqs.blade.php)2blade
        Params
        0
        page
        1
        faqs
      • layouts.web.master (resources/themes/metronic/layouts/web/master.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
      • partials.web.head_styles (resources/themes/metronic/partials/web/head_styles.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
        19
        user
      • web.javascriptRoutes (resources/views/web/javascriptRoutes.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
      • partials.web.header (resources/themes/metronic/partials/web/header.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
        19
        user
      • partials.web.footer (resources/themes/metronic/partials/web/footer.blade.php)21blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
        19
        color_class
        20
        user
      • flash.web.message (resources/views/flash/web/message.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        request_protocol
        4
        meta_title
        5
        meta_keywords
        6
        meta_description
        7
        og_title
        8
        og_description
        9
        og_type
        10
        og_image
        11
        og_site_name
        12
        errors
        13
        page
        14
        faqs
        15
        faq
        16
        q
        17
        Min_Auto_Donation_amount
        18
        answer
      uri
      GET get-to-know-us/faqs
      middleware
      web, checkZone
      as
      web.cms.faqs
      controller
      Modules\Cms\Http\Controllers\Web\PagesController@faqs
      namespace
      Modules\Cms\Http\Controllers\Web
      prefix
      null
      where
      file
      Modules/Cms/Http/Controllers/Web/PagesController.php:61-74
      14 statements were executed1.6s
      • select * from `currencies`170μs/vendor/torann/currency/src/Drivers/Database.php:62seedoutm_seedout_staging
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • 9. /vendor/torann/currency/src/Drivers/Database.php:62
        • 10. /vendor/torann/currency/src/Currency.php:242
        • 11. /vendor/torann/currency/src/Currency.php:230
        • 12. /vendor/torann/currency/src/Currency.php:215
        • 13. /app/Providers/AppServiceProvider.php:47
        • 25. /public/index.php:54
      • select count(*) as aggregate from `applications` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower'990μs/Modules/Application/Repositories/web/facade/Filters.php:186seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        Backtrace
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:186
        • 14. /Modules/Application/Repositories/web/facade/Filters.php:186
        • 15. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 17. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 18. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 30. /public/index.php:54
      • select `categories`.`id`, `categories`.`category`, count(borrower.id) as borrower from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' group by `categories`.`id`1.58ms/Modules/Application/Repositories/web/facade/Filters.php:192seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        Backtrace
        • 11. /Modules/Application/Repositories/web/facade/Filters.php:192
        • 12. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 14. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 15. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 27. /public/index.php:54
      • select `borrower`.`id`, `borrower_gender`, count(borrower.id) as borrower from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' group by `categories`.`id`, `borrower`.`borrower_gender`1.36ms/Modules/Application/Repositories/web/facade/Filters.php:198seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        Backtrace
        • 11. /Modules/Application/Repositories/web/facade/Filters.php:198
        • 12. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 14. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 15. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 27. /public/index.php:54
      • select count(*) as aggregate from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' and `applications`.`expiry_date` between '2025-04-07 03:19:29' and '2025-05-07 03:19:29' group by `categories`.`id`, `borrower`.`borrower_gender`960μs/Modules/Application/Repositories/web/facade/Filters.php:201seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        • 4. 2025-04-07 03:19:29
        • 5. 2025-05-07 03:19:29
        Backtrace
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:201
        • 14. /Modules/Application/Repositories/web/facade/Filters.php:201
        • 15. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 17. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 18. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 30. /public/index.php:54
      • select count(*) as aggregate from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' and `applications`.`expiry_date` between '2025-04-07 03:19:29' and '2025-05-07 03:19:29' group by `categories`.`id`, `borrower`.`borrower_gender` order by `applications`.`created_at` desc950μs/Modules/Application/Repositories/web/facade/Filters.php:205seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        • 4. 2025-04-07 03:19:29
        • 5. 2025-05-07 03:19:29
        Backtrace
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:205
        • 14. /Modules/Application/Repositories/web/facade/Filters.php:205
        • 15. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 17. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 18. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 30. /public/index.php:54
      • select `cities`.`id`, `cities`.`city_name`, count(applications.id) as apps_count from `applications` left join `branches` on `branches`.`id` = `applications`.`branch_id` left join `students` on `applications`.`applicable_id` = `students`.`id` and `applications`.`applicable_type` = 'student' inner join `cities` on `cities`.`id` = `branches`.`city_id` or `cities`.`id` = `students`.`current_address_city_id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null group by `cities`.`id`1.59s/Modules/Application/Repositories/web/facade/Filters.php:254seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. student
        • 1. 9
        • 2. Live
        • 3. Approved
        Backtrace
        • 11. /Modules/Application/Repositories/web/facade/Filters.php:254
        • 12. /Modules/Application/Repositories/web/facade/Filters.php:209
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 15. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 16. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 28. /public/index.php:54
      • select count(*) as aggregate from `applications` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applications`.`applicable_type` = 'student'990μs/Modules/Application/Repositories/web/facade/Filters.php:225seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. student
        Backtrace
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:225
        • 14. /Modules/Application/Repositories/web/facade/Filters.php:225
        • 15. /Modules/Application/Repositories/web/facade/Filters.php:213
        • 16. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 18. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 19. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 31. /public/index.php:54
      • select `students`.`gender`, count(applications.id) as students from `applications` inner join `students` on `applications`.`applicable_id` = `students`.`id` and `applications`.`applicable_type` = 'student' where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applications`.`applicable_type` = 'student' group by `students`.`gender`900μs/Modules/Application/Repositories/web/facade/Filters.php:232seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. student
        • 1. 9
        • 2. Live
        • 3. Approved
        • 4. student
        Backtrace
        • 11. /Modules/Application/Repositories/web/facade/Filters.php:232
        • 12. /Modules/Application/Repositories/web/facade/Filters.php:213
        • 13. /Modules/Application/Repositories/web/facade/Filters.php:172
        • 15. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 16. /Modules/Application/Providers/ApplicationServiceProvider.php:44
        • 28. /public/index.php:54
      • select * from `cms_menu` order by `order` asc980μs/Modules/Cms/Repositories/web/facade/cms.php:285seedoutm_seedout_staging
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • 11. /Modules/Cms/Repositories/web/facade/cms.php:285
        • 12. /Modules/Cms/Repositories/web/facade/cms.php:117
        • 13. /Modules/Cms/Repositories/web/facade/cms.php:94
        • 15. /Modules/Cms/Http/Controllers/Web/PagesController.php:63
        • 16. /Modules/Cms/Http/Controllers/Web/PagesController.php:63
        • 32. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 42. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 85. /app/Http/Middleware/HttpsProtocol.php:13
        • 90. /app/Http/Middleware/InitiateTheme.php:19
        • 104. /public/index.php:54
      • select * from `cms_categories` where `status` = 'Enabled' and exists (select * from `cms_category_types` where `cms_categories`.`category_type_id` = `cms_category_types`.`id` and `slug` = 'faq')360μs/Modules/Cms/Http/Controllers/Web/PagesController.php:69seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. Enabled
        • 1. faq
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /Modules/Cms/Http/Controllers/Web/PagesController.php:69
        • 27. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 37. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 80. /app/Http/Middleware/HttpsProtocol.php:13
        • 85. /app/Http/Middleware/InitiateTheme.php:19
        • 99. /public/index.php:54
      • select * from `cms_faqs` where `cms_faqs`.`cms_category_id` = '1' and `cms_faqs`.`cms_category_id` is not null and `status` = 'Enabled'360μsview::cms::web.pages.faqs:27seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 1
        • 1. Enabled
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::cms::web.pages.faqs:27
        • 23. /vendor/symfony/http-foundation/Response.php:201
        • 37. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 47. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 90. /app/Http/Middleware/HttpsProtocol.php:13
        • 95. /app/Http/Middleware/InitiateTheme.php:19
        • 109. /public/index.php:54
      • select * from `cms_faqs` where `cms_faqs`.`cms_category_id` = '2' and `cms_faqs`.`cms_category_id` is not null and `status` = 'Enabled'220μsview::cms::web.pages.faqs:27seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 2
        • 1. Enabled
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::cms::web.pages.faqs:27
        • 23. /vendor/symfony/http-foundation/Response.php:201
        • 37. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 47. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 90. /app/Http/Middleware/HttpsProtocol.php:13
        • 95. /app/Http/Middleware/InitiateTheme.php:19
        • 109. /public/index.php:54
      • select * from `cms_faqs` where `cms_faqs`.`cms_category_id` = '3' and `cms_faqs`.`cms_category_id` is not null and `status` = 'Enabled'210μsview::cms::web.pages.faqs:27seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 3
        • 1. Enabled
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::cms::web.pages.faqs:27
        • 23. /vendor/symfony/http-foundation/Response.php:201
        • 37. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 47. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 90. /app/Http/Middleware/HttpsProtocol.php:13
        • 95. /app/Http/Middleware/InitiateTheme.php:19
        • 109. /public/index.php:54
        users
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
        web
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
        api
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
          currency
          USD
          _token
          ua4D1cm3XjgvXZXHcHYAcZElTEaYp0z72MEQbnW9
          _previous
          array:1 [ "url" => "https://www.seedout.me/get-to-know-us/faqs" ]
          PHPDEBUGBAR_STACK_DATA
          []
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          []
          request_request
          []
          request_headers
          array:20 [ "host" => array:1 [ 0 => "www.seedout.me" ] "x-forwarded-for" => array:1 [ ...
          request_server
          array:67 [ "TZ" => "Asia/Karachi" "REDIRECT_REDIRECT_UNIQUE_ID" => "Z_L98HQStWYL9spqE43DLwAAAAM"...
          request_cookies
          []
          response_headers
          array:4 [ "cache-control" => array:1 [ 0 => "no-cache" ] "content-type" => array:1 [ 0...
          path_info
          /get-to-know-us/faqs
          session_attributes
          array:4 [ "currency" => "USD" "_token" => "ua4D1cm3XjgvXZXHcHYAcZElTEaYp0z72MEQbnW9" "_previou...