public function blog($slug, Blog $blog) { $post = $blog->getOnePost($slug); return view('pages.blog.singlePost', ['post' => $post]); }