Esempio n. 1
0
 public function apiCreateGaleri()
 {
     $data = Galeri::DropdownGaleri();
     return response()->json($data);
 }