public function index()
 {
     $data['registrations'] = Registration::pending()->paginate(15);
     return view(Api::getView(), $data);
 }