public function index() { $Categories = Category::paginate(25); return view($this->view_dir . '.' . __FUNCTION__)->with(compact('Categories')); }