where('slug', $source); })->where('guid', $guid)->get()->first(); }); return view('articles.show', [ 'article' => $article ]); } }