예제 #1
0
 public function adminUnseen(Feedback $feedback)
 {
     $feedback->update(['status' => 0]);
     return redirect()->back();
 }