/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $stats = $this->stat->all();
     return View::make('stats.index', compact('stats'));
 }