Back
@for ($i = 0; $i < 2; $i++)

បង្កាន់ដៃទទួលប្រាក់ / CASH IN SLIP

លេខបណ្ឌ៖ {{$loan_transaction->id}}
កាលបរិច្ឆេទ៖ {{$loan_transaction->date}}
សាខា៖ ............................................ បង់ប្រាក់៖ ការិយាល័យ តំបន់ រូបិយវត្ថុ​     KHR USD
លេខអតិថិជន ឈ្មោះអតិថិជន ប្រាក់ដើម ប្រាក់ការ ប្រាក់ពិន័យ សេវាផ្សេងៗ សរុប
  {{substr('0000'.$loan_transaction->borrower->id, strlen($loan_transaction->borrower->id)<=5?-5:-(strlen($loan_transaction->borrower->id)))}} {{$loan_transaction->borrower->first_name}} {{$loan_transaction->borrower->last_name}} {{currency_converter((\App\Models\LoanTransaction::where('loan_id', $loan_transaction->loan_id)->where('transaction_type', 'pay_off')->orderBy("id", 'desc')->first()->credit)-(\App\Models\LoanTransaction::where('loan_id', $loan_transaction->loan_id)->where('transaction_type', 'interest')->orderBy("id", 'desc')->first()->debit))}} ​ {{currency_converter(\App\Models\LoanTransaction::where('loan_id', $loan_transaction->loan_id)->where('transaction_type', 'interest')->orderBy("id", 'desc')->first()->debit)}} {{$loan_transaction->borrower->notes}} @if($loan_transaction->credit>$loan_transaction->debit) {{currency_converter($loan_transaction->credit)}} @else {{currency_converter($loan_transaction->debit)}} @endif
សរុបទឹកប្រាក់ជាអក្សរ៖ .....................................................................................................................
កំណត់សំគាល់ផ្សេងៗ ៖​ .....................................................................................................................
បេឡាករទទួលប្រាក់ អ្នកប្រគល់ប្រាក់ កំណត់សម្គាល់ផ្សេងៗ
@if($i==0)




@endif @endfor