wip
This commit is contained in:
@@ -18,9 +18,7 @@ class LoanRepository
|
|||||||
account_number: $record->account_number,
|
account_number: $record->account_number,
|
||||||
);
|
);
|
||||||
|
|
||||||
return $data->errCode != 0
|
return view('module.loan::loan-remaining', compact('data'));
|
||||||
? view('module.loan::loan-loan-remaining', compact('data'))
|
|
||||||
: view('module.loan::loan-loan-remaining', compact('data'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function fetchCardBalance(string $passport_serie, int|string $passport_id, int|string $account_number): object
|
public function fetchCardBalance(string $passport_serie, int|string $passport_id, int|string $account_number): object
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@if($data->errCode != 0)
|
||||||
|
<h2>{{ $data->message }}</h2>
|
||||||
|
@else
|
||||||
<div id="loan-remaining-item-container">
|
<div id="loan-remaining-item-container">
|
||||||
<h4>Şahamça: <strong>"TÜRKMENBAŞY" TPTB-nyň Magdanly şahamçasy</strong></h4>
|
<h4>Şahamça: <strong>"TÜRKMENBAŞY" TPTB-nyň Magdanly şahamçasy</strong></h4>
|
||||||
<h4>Müşderi: <strong>Ikramowa Muhaýya Ikramowna</strong></h4>
|
<h4>Müşderi: <strong>Ikramowa Muhaýya Ikramowna</strong></h4>
|
||||||
@@ -43,4 +46,4 @@
|
|||||||
<h4>Jemi tölenen möçberi: <strong>{{ $data->docPayed }}</strong></h4>
|
<h4>Jemi tölenen möçberi: <strong>{{ $data->docPayed }}</strong></h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user