public function viewGalleryList()
 {
     $gallery = Gallery::latest()->get();
     return view('gallery.gallery', compact('gallery'));
     //
 }