예제 #1
0
파일: Admin.php 프로젝트: roslairy/roslairy
 public function comment()
 {
     $data = ['pageName' => 'comment-manage', 'superAuth' => Auth::user()->email == 'wpikuy', 'comments' => Comment::getAll()];
     return view('admin-comment', $data);
 }