Array
(
    [route] => ViewRoute Object
        (
            [http_method] => GET
            [path] => /dashboard
            [file_path] => /global/views/dashboard/container.php
            [authentication_required] => 
            [child_routes] => Array
                (
                    [GET] => Array
                        (
                            [/notes] => ViewRoute Object
                                (
                                    [http_method] => GET
                                    [path] => /notes
                                    [file_path] => /global/views/dashboard/notes.php
                                    [authentication_required] => 
                                    [child_routes] => Array
                                        (
                                        )

                                    [assets_file_path] => 
                                )

                        )

                )

            [assets_file_path] => /dashboard
        )

    [child] => 
)