public function showPost($slug) { $post = Content::whereSlug($slug)->firstOrFail(); return view('content.post')->withPost($post); }