This commit is contained in:
2025-10-27 20:05:43 +05:00
parent cfbb37e1af
commit 2c44d4e273
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class CardBalanceRepository
);
if ($data->errCode != 0) {
return $data->message;
return view('module.card-balance::client-not-found', $data);
}
return view('module.card-balance::card-balance-modal', compact('data'));

View File

@@ -0,0 +1 @@
<h2>Client not found</h2>