Exemple #1
0
 public function index()
 {
     $servers = Server::all();
     return View::make('admin.site.servers.index', compact('servers'))->with('page_title', 'Servers');
 }
 public function index()
 {
     $servers = Server::all();
     return View::make('admin.adkats.settings.index', compact('servers'))->with('page_title', 'AdKats Settings Server List');
 }