コード例 #1
0
 public function index()
 {
     $data['aboutsoftware'] = Coded::deCode();
     //Lets get the remaing Demo days if any
     $data['aboutsoftware']['demodays'] = Coded::demoAlert($data['aboutsoftware']);
     //tt($data);
     return View::make('aboutsoftware', $data);
 }