Пример #1
0
 public function index()
 {
     $model = new Commentaire();
     $comment = $model->getAllComment();
     return view('Commentaires/index', ['comment' => $comment]);
 }