public function index()
 {
     $results = State::paginate(20);
     return view($this->content . 'index', compact('results'));
 }