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