public function all()
 {
     //return Meeting::all();
     return Meeting::orderBy('date', 'asc')->get();
 }