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