Beispiel #1
0
 public function showGallery()
 {
     $images = Images::getImages();
     return view('admin.gallery', ['images' => $images]);
 }