Example #1
0
 public function kecamatan()
 {
     return response()->json(['error' => false, 'kecamatan' => Kecamatan::all()]);
 }