Exemple #1
0
 public function show($slug)
 {
     $post = $this->post->findBySlug($slug);
     return view('blog.show', compact('post'));
 }