Exemplo n.º 1
0
Arquivo: Widget.php Projeto: zedx/zedx
 /**
  * Display widget.
  *
  * @return Response
  */
 public function run()
 {
     return view('widget_backend_zedx_latestmembers::index', ['config' => $this->config, 'users' => User::limit(10)->get()]);
 }