Manage Beneficiary fetch

This commit is contained in:
2025-08-08 08:40:38 +05:30
parent ae40f61c01
commit 117e2d5786
8 changed files with 146 additions and 5 deletions

View File

@@ -655,4 +655,7 @@ class AppLocalizationsHi extends AppLocalizations {
@override
String get beneficiaryAdditionFailed => 'लाभार्थी जोड़ने में विफल';
@override
String get noBeneficiaryFound => 'कोई लाभार्थी नहीं मिला';
}