Example #1
0
 public function all()
 {
     $images = Image::withAnyStatus()->get();
     return view('img.moderator', ['images' => $images]);
 }