query('id')); return view('ogimage', ['article' => $article]); }); Route::get('{path}', function () { return view('app'); })->where('path', '(.*)');