Financial

We know it’s important for you to know whether or not your donation is being used effectively. Seed Out prides itself for incredible accountability and transparency when it comes to the financials within our operations.

Award

2022 was our biggest year yet.

We spend $138.9 K and started 417 Entrepreneurs this year that will help 2085 peoples to live better life, Sending 1251 children to school.

1.95sRequest Duration31MBMemory UsageGET get-to-know-us/financialRouteAuth status
    • Booting (1.88s)
    • Application (1.89s)
      7 templates were rendered
      • cms::web.pages.financial (Modules/Cms/Resources/views/web/pages/financial.blade.php)4blade
        Params
        0
        audit
        1
        content
        2
        best_year
        3
        latest
      • layouts.web.master (resources/themes/metronic/layouts/web/master.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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
      • partials.web.head_styles (resources/themes/metronic/partials/web/head_styles.blade.php)22blade
        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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
        21
        user
      • web.javascriptRoutes (resources/views/web/javascriptRoutes.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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
      • partials.web.header (resources/themes/metronic/partials/web/header.blade.php)22blade
        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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
        21
        user
      • partials.web.footer (resources/themes/metronic/partials/web/footer.blade.php)23blade
        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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
        21
        color_class
        22
        user
      • flash.web.message (resources/views/flash/web/message.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
        audit
        14
        content
        15
        best_year
        16
        latest
        17
        year
        18
        row
        19
        key
        20
        newyear
      uri
      GET get-to-know-us/financial
      middleware
      web, checkZone
      as
      web.cms.financial
      controller
      Modules\Cms\Http\Controllers\Web\PagesController@financial
      namespace
      Modules\Cms\Http\Controllers\Web
      prefix
      null
      where
      file
      Modules/Cms/Http/Controllers/Web/PagesController.php:133-144
      12 statements were executed1.62s
      • select * from `currencies`480μ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'1.27ms/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.59ms/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.41ms/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-08 23:50:39' and '2025-05-08 23:50:39' 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-08 23:50:39
        • 5. 2025-05-08 23:50:39
        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-08 23:50:39' and '2025-05-08 23:50:39' group by `categories`.`id`, `borrower`.`borrower_gender` order by `applications`.`created_at` desc970μs/Modules/Application/Repositories/web/facade/Filters.php:205seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. 9
        • 1. Live
        • 2. Approved
        • 3. borrower
        • 4. 2025-04-08 23:50:39
        • 5. 2025-05-08 23:50:39
        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.6s/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'960μ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`880μ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` asc1.04ms/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:135
        • 16. /Modules/Cms/Http/Controllers/Web/PagesController.php:135
        • 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 year(audit_year) as year,id,title,audit_year,file,status,created_at from `cms_audit_report` where `status` = 'Active' order by `year` asc360μs/Modules/Cms/Http/Controllers/Web/PagesController.php:138seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. Active
        Backtrace
        • 11. /Modules/Cms/Http/Controllers/Web/PagesController.php:138
        • 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 year(disbursement_date) as disbursement_year, count(id) as total,sum(borrower_finance_required) as amount from `borrower` where `disbursement_status` = 'yes' and `borrower`.`status` not in ('Rejected', 'Denied') and `borrower`.`deleted_at` is null group by `disbursement_year` order by `amount` desc limit 19.8ms/Modules/Cms/Http/Controllers/Web/PagesController.php:141seedoutm_seedout_staging
        Metadata
        Bindings
        • 0. yes
        • 1. Rejected
        • 2. Denied
        Backtrace
        • 12. /Modules/Cms/Http/Controllers/Web/PagesController.php:141
        • 28. /Modules/Cms/Http/Middleware/CheckLocationTimeZone.php:22
        • 38. /vendor/torann/currency/src/Middleware/CurrencyMiddleware.php:33
        • 81. /app/Http/Middleware/HttpsProtocol.php:13
        • 86. /app/Http/Middleware/InitiateTheme.php:19
        • 100. /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
          9s8JHYbkaWyYU0pjBzC3pISNCvkvVbJ019OqLRDl
          _previous
          array:1 [ "url" => "https://www.seedout.me/get-to-know-us/financial" ]
          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_Vv_-iAGnxYGSTkLvIKFwAAAAk"...
          request_cookies
          []
          response_headers
          array:4 [ "cache-control" => array:1 [ 0 => "no-cache" ] "content-type" => array:1 [ 0...
          path_info
          /get-to-know-us/financial
          session_attributes
          array:4 [ "currency" => "USD" "_token" => "9s8JHYbkaWyYU0pjBzC3pISNCvkvVbJ019OqLRDl" "_previou...