public function captcha_generator_view()
 {
     $fonts = dir_to_array(base_path("public/site-docs/captcha-fonts/") . "/");
     $data = ["route_info" => \sr::api("captcha-gene"), 'theme' => $this->themes[0], 'ng_app' => "myApp", 'ng_controller' => "main", "fonts" => $fonts];
     return $this->get_view("Apis.captcha-gene", $data);
 }
<?php 
$index = ["img" => get_thumb($page_img), "title" => "My APIs! -  (API أكواد)", "desc" => "My Gift To The World.", "desc2" => "", "itiration" => sr::api()];
?>


@include(get_location("index"))
<?php

$home_list = ["Home" => ["title" => "Home", "logo" => "home", "link" => url('/')], "My Blog" => ["title" => "My Blog", "logo" => "wordpress", "link" => url('blog')], "Contact Me" => ["title" => "Contact Me", "logo" => "user", "link" => url('contact')], "My C.V" => ["title" => "My C.V", "logo" => "suitcase", "link" => url('cv')], ["title" => "Projects", "logo" => "cogs", "link" => url('projects')], ["title" => "Tests & APIs", "logo" => "magic", "link" => url('site-tests')]];
$projects_list = get_routes_array(\sr::projects());
$apis_list = get_routes_array(\sr::api());
$games_list = get_routes_array(\sr::games());