Пример #1
0
 public function once($id)
 {
     $article = tes::findOrFail($id);
     return view('test.once', compact('article'));
 }