public function all()
 {
     return Payment_method::orderBy('id', 'desc')->get();
 }