$article['slug'] === $slug); if(! $article ) { abort(404); } return $article; } }