Example #1
0
 public function index()
 {
     $GeoTag = GeoTag::orderBy('objectid', 'asc')->get();
     return view('taru.TaruList')->with('geotag', $GeoTag);
 }