public function index(Blog $blog) { $this->data['blogList'] = $blog->getBlogs(); return view('pages.blogList', $this->data); }