Example #1
0
 public function adminUnseen(Report $report)
 {
     $report->update(['status' => 0]);
     return redirect()->back();
 }