Example #1
0
 public function get_view_apikeys()
 {
     return View::make('whoisdoma::admin.apikeys')->with('apikeys', ApiKey::all());
 }