Routing
        app_form_section
        Matched route
    
Route Parameters
No parameters.
Route Matching Logs
    Path to match: 
/
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match | 
| 2 | _wdt | /_wdt/{token} | Path does not match | 
| 3 | _profiler_home | /_profiler/ | Path does not match | 
| 4 | _profiler_search | /_profiler/search | Path does not match | 
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match | 
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match | 
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match | 
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match | 
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match | 
| 10 | _profiler_open_file | /_profiler/open | Path does not match | 
| 11 | _profiler | /_profiler/{token} | Path does not match | 
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match | 
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match | 
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match | 
| 15 | app_admin_dashboard | /admin/ | Path does not match | 
| 16 | app_admin_company_details | /admin/company/{id} | Path does not match | 
| 17 | app_admin_section_content | /admin/section/{id}/content | Path does not match | 
| 18 | app_admin_section_update | /admin/section/{id}/update | Path does not match | 
| 19 | app_admin_section_validate | /admin/section/{id}/validate | Path does not match | 
| 20 | app_admin_section_revert | /admin/section/{id}/revert-to-completed | Path does not match | 
| 21 | app_admin_company_send_correction | /admin/company/{id}/send-correction-request | Path does not match | 
| 22 | app_admin_company_pdf | /admin/company/{id}/pdf | Path does not match | 
| 23 | app_admin_company_pdf_preview | /admin/company/{id}/pdf-preview | Path does not match | 
| 24 | app_preview_first_company_pdf | /admin/preview-first-company-pdf | Path does not match | 
| 25 | app_admin_users | /admin/users | Path does not match | 
| 26 | app_admin_users_new | /admin/users/new | Path does not match | 
| 27 | app_admin_set_password | /admin/set-password/{token} | Path does not match | 
| 28 | app_admin_users_edit | /admin/users/{id}/edit | Path does not match | 
| 29 | app_admin_users_delete | /admin/users/{id}/delete | Path does not match | 
| 30 | app_invite_collaborator | /api/invite-collaborator | Path does not match | 
| 31 | app_accept_invitation | /accept-invitation/{token} | Path does not match | 
| 32 | api_get_comments | /api/comments | Path does not match | 
| 33 | api_add_comment | /api/comments | Path does not match | 
| 34 | api_delete_comment | /api/comments/{id} | Path does not match | 
| 35 | api_mark_comment_as_fixed | /api/comments/{id}/mark-as-fixed | Path does not match | 
| 36 | api_mark_section_to_correct | /api/sections/{id}/mark-to-correct | Path does not match | 
| 37 | api_get_field_comments_status | /api/section/{id}/field-comments-status | Path does not match | 
| 38 | api_respond_to_comment | /api/comments/respond | Path does not match | 
| 39 | app_dropbox_auth | /admin/dropbox/auth | Path does not match | 
| 40 | app_dropbox_callback | /admin/dropbox/callback | Path does not match | 
| 41 | app_file_upload | /upload | Path does not match | 
| 42 | app_company_files | /company-files | Path does not match | 
| 43 | app_delete_file | /delete-file | Path does not match | 
| 44 | app_download_file | /download-file | Path does not match | 
| 45 | app_form_section | / | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.