@extends('layouts.side_bar') @section('content') @if(isset($other_duplicate)) {{--
| Batch Name | Action | |
|---|---|---|
| {{$dup->batch_name}} | Manage Single Duplicate | Manage Bulk Duplicate |
| batch_name | @endif {{--$profile['profile_name'] =$batch_name;--}} @if($old->DebtorName !=null)DebtorName | @endif {{--$profile['DebtorName'] = $DebtorName;--}} @if($old->NewNric !=null)NewNric | @endif {{--$profile['NewNric'] = $NewNric;--}} @if($old->OldNric !=null)OldNric | @endif @if($old->Occupation !=null)Occupation | @endif {{--$profile['OldNric'] = $OldNric;--}} @if($old->regAddress !=null)regAddress | @endif {{--$profile['regAddress'] = $regAddress;--}} @if($old->employerAddress !=null)employerAddress | @endif {{--$profile['employerAddress'] = $employerAddress;--}} {{--$profile['adminCharge'] = $adminCharge;--}} @if($old->AccountNo !=null)AccountNo | @endif {{--$profile['AccountNo'] = $AccountNo;--}} @if($old->CardNo !=null)CardNo | @endif @if($old->VehicleNo !=null)VehicleNo | @endif {{--$profile['AccountType'] = $AccountType;--}} @if($old->ClientRefNo !=null)ClientRefNo | @endif {{--$profile['CardNo'] = $CardNo;--}} @if($old->AccountType !=null)AccountType | @endif @if($old->accountDescription !=null)accountDescription | @endif @if($old->loanAmount !=null)loanAmount | @endif {{--$profile['loanAmount'] = $loanAmount;--}} @if($old->loanDate !=null)loanDate | @endif {{--$profile['loanDate'] = $loanDate;--}} @if($old->chargeOfDate !=null)chargeOfDate | @endif {{--$profile['chargeOfDate'] = $chargeOfDate;--}} {{--$profile['ClientRefNo'] = $ClientRefNo;--}} @if($old->DueDate !=null)DueDate | @endif {{--$profile['DueDate'] = $DueDate;--}} @if($old->creditLimit !=null)creditLimit | @endif {{--$profile['creditLimit'] = $creditLimit;--}} @if($old->MinPayment !=null)MinPayment | @endif {{--$profile['MinPayment'] = $MinPayment;--}} @if($old->totalDue !=null)totalDue | @endif @if($old->ArrearsMonth !=null)ArrearsMonth | @endif {{--$profile['totalDue'] = $totalDue;--}} @if($old->Interest !=null)Interest | @endif {{--$profile['Interest'] = $Interest;--}} @if($old->Discount !=null)Discount | @endif @if($old->adminCharge !=null)adminCharge | @endif {{--$profile['Discount'] = $Discount;--}} @if($old->TotalSettlement !=null)TotalSettlement | @endif {{--$profile['TotalSettlement'] = $TotalSettlement;--}} @if($old->LegalCharge !=null)LegalCharge | @endif {{--$profile['LegalCharge'] = $LegalCharge;--}} @if($old->LastPaidDate !=null)LastPaidDate | @endif {{--$profile['LastPaidDate'] = $LastPaidDate;--}} @if($old->LastPaidAmount !=null)LastPaidAmount | @endif {{--$profile['LastPaidAmount'] = $LastPaidAmount;--}} @if($old->Additional_Credit_info_1 !=null) @if( (\App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_1')) ==null)Additional Credit info 1 | @else{{ \App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_1')}} | @endif @endif @if($old->Additional_Credit_info_2 !=null) @if( (\App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_2')) ==null)Additional Credit info 2 | @else{{ \App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_2')}} | @endif @endif @if($old->Additional_Credit_info_3 !=null) @if( (\App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_3')) ==null)Additional Credit info 3 | @else{{ \App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_3')}} | @endif @endif @if($old->Additional_Credit_info_4 !=null) @if( (\App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_4')) ==null)Additional Credit info 4 | @else{{ \App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_4')}} | @endif @endif @if($old->Additional_Credit_info_5 !=null) @if( (\App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_5')) ==null)Additional Credit info 5 | @else{{ \App\Models\batch::where('batch_name',$old->batch_name)->value('Additional_Credit_info_5')}} | @endif @endif {{-- ///////////////////////////////////////--}} @if($old->RefName !=null)RefName | @endif {{--$profile['RefName'] = $RefName;--}} @if($old->RefNric !=null)RefNric | @endif @if($old->RefType !=null)RefType | @endif @if($old->RefName2 !=null)RefName2 | @endif {{--$profile['accountDescription'] = $accountDescription;--}} @if($old->RefNric2 !=null)RefNric2 | @endif @if($old->RefType2 !=null)RefType2 | @endif @if($old->RefName3 !=null)RefName3 | @endif @if($old->RefNric3 !=null)RefNric3 | @endif @if($old->RefType3 !=null)RefType3 | @endif @if($old->RefName4 !=null)RefName4 | @endif @if($old->RefNric4 !=null)RefNric4 | @endif @if($old->RefType4 !=null)RefType4 | @endif @if($old->RefName5 !=null)RefName5 | @endif @if($old->RefNric5 !=null)RefNric5 | @endif @if($old->RefType5 !=null)RefType5 | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$old->batch_name}} | @endif {{--$profile['profile_name'] =$batch_name;--}} @if($old->DebtorName !=null){{$old->DebtorName}} | @endif {{--$profile['DebtorName'] = $DebtorName;--}} @if($old->NewNric !=null){{$old->NewNric}} | @endif @if($old->Occupation !=null){{$old->Occupation}} | @endif {{--$profile['NewNric'] = $NewNric;--}} @if($old->OldNric !=null){{$old->OldNric}} | @endif {{--$profile['OldNric'] = $OldNric;--}} @if($old->regAddress !=null){{$old->regAddress}} | @endif @if($old->employerAddress !=null){{$old->employerAddress}} | @endif {{--////////////////////////////////////////////--}} {{--$profile['employerAddress'] = $employerAddress;--}} {{--$profile['chargeOfDate'] = $chargeOfDate;--}} {{--$profile['adminCharge'] = $adminCharge;--}} @if($old->AccountNo !=null){{$old->AccountNo}} | @endif {{--$profile['AccountNo'] = $AccountNo;--}} @if($old->CardNo !=null){{$old->CardNo}} | @endif @if($old->VehicleNo!=null){{$old->VehicleNo}} | @endif {{--$profile['CardNo'] = $CardNo;--}} @if($old->ClientRefNo !=null){{$old->ClientRefNo}} | @endif {{-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--}} @if($old->AccountType !=null){{$old->AccountType}} | @endif @if($old->accountDescription !=null){{$old->accountDescription}} | @endif @if($old->loanAmount !=null){{$old->loanAmount}} | @endif {{--$profile['loanAmount'] = $loanAmount;--}} @if($old->loanDate !=null){{$old->loanDate}} | @endif {{--$profile['loanDate'] = $loanDate;--}} @if($old->chargeOfDate !=null){{$old->chargeOfDate}} | @endif @if($old->DueDate !=null){{$old->DueDate}} | @endif {{--$profile['DueDate'] = $DueDate;--}} @if($old->creditLimit !=null){{$old->creditLimit}} | @endif {{--$profile['creditLimit'] = $creditLimit;--}} @if($old->MinPayment !=null){{$old->MinPayment}} | @endif {{--$profile['MinPayment'] = $MinPayment;--}} @if($old->totalDue !=null){{$old->totalDue}} | @endif @if($old->ArrearsMonth !=null){{$old->ArrearsMonth}} | @endif {{--$profile['totalDue'] = $totalDue;--}} @if($old->Interest !=null){{$old->Interest}} | @endif {{--$profile['Interest'] = $Interest;--}} @if($old->Discount !=null){{$old->Discount}} | @endif @if($old->adminCharge !=null){{$old->adminCharge}} | @endif {{--$profile['Discount'] = $Discount;--}} @if($old->TotalSettlement !=null){{$old->TotalSettlement}} | @endif {{--$profile['TotalSettlement'] = $TotalSettlement;--}} @if($old->LegalCharge !=null){{$old->LegalCharge}} | @endif {{--$profile['LegalCharge'] = $LegalCharge;--}} @if($old->LastPaidDate !=null){{$old->LastPaidDate}} | @endif {{--$profile['LastPaidDate'] = $LastPaidDate;--}} @if($old->LastPaidAmount !=null){{$old->LastPaidAmount}} | @endif {{--$profile['LastPaidAmount'] = $LastPaidAmount;--}} @if($old->Additional_Credit_info_1 !=null){{$old->Additional_Credit_info_1}} | @endif @if($old->Additional_Credit_info_2 !=null){{$old->Additional_Credit_info_2}} | @endif @if($old->Additional_Credit_info_3 !=null){{$old->Additional_Credit_info_3}} | @endif @if($old->Additional_Credit_info_4 !=null){{$old->Additional_Credit_info_4}} | @endif @if($old->Additional_Credit_info_5 !=null){{$old->Additional_Credit_info_5}} | @endif {{-- //////////////////--}} {{--$profile['accountDescription'] = $accountDescription;--}} @if($old->RefName !=null){{$old->RefName}} | @endif @if($old->RefNric !=null){{$old->RefNric}} | @endif @if($old->RefType !=null){{$old->RefType}} | @endif @if($old->RefName2 !=null){{$old->RefName2}} | @endif {{--$profile['RefType'] = $RefType;--}} @if($old->RefNric2 !=null){{$old->RefNric2}} | @endif @if($old->RefType2 !=null){{$old->RefType2}} | @endif {{--$profile['RefType2'] = $RefType2;--}} @if($old->RefName3 !=null){{$old->RefName3}} | @endif @if($old->RefNric3 !=null){{$old->RefNric3}} | @endif @if($old->RefType3 !=null){{$old->RefType3}} | @endif @if($old->RefName4 !=null){{$old->RefName4}} | @endif @if($old->RefNric4 !=null){{$old->RefNric4}} | @endif @if($old->RefType4 !=null){{$old->RefType4}} | @endif @if($old->RefName5 !=null){{$old->RefName5}} | @endif @if($old->RefNric5 !=null){{$old->RefNric5}} | @endif @if($old->RefType5 !=null){{$old->RefType5}} | @endif
| batch_name | @endif {{--$profile['profile_name'] =$batch_name;--}} @if($new->DebtorName !=null)DebtorName | @endif {{--$profile['DebtorName'] = $DebtorName;--}} @if($new->NewNric !=null)NewNric | @endif {{--$profile['NewNric'] = $NewNric;--}} @if($new->OldNric !=null)OldNric | @endif @if($new->Occupation !=null)Occupation | @endif {{--$profile['OldNric'] = $OldNric;--}} @if($new->regAddress !=null)regAddress | @endif {{--$profile['regAddress'] = $regAddress;--}} @if($new->employerAddress !=null)employerAddress | @endif {{--$profile['employerAddress'] = $employerAddress;--}} {{--$profile['adminCharge'] = $adminCharge;--}} @if($new->AccountNo !=null)AccountNo | @endif {{--$profile['AccountNo'] = $AccountNo;--}} @if($new->CardNo !=null)CardNo | @endif @if($new->VehicleNo !=null)VehicleNo | @endif {{--$profile['AccountType'] = $AccountType;--}} @if($new->ClientRefNo !=null)ClientRefNo | @endif {{--$profile['CardNo'] = $CardNo;--}} @if($new->AccountType !=null)AccountType | @endif @if($new->accountDescription !=null)accountDescription | @endif @if($new->loanAmount !=null)loanAmount | @endif {{--$profile['loanAmount'] = $loanAmount;--}} @if($new->loanDate !=null)loanDate | @endif {{--$profile['loanDate'] = $loanDate;--}} @if($new->chargeOfDate !=null)chargeOfDate | @endif {{--$profile['chargeOfDate'] = $chargeOfDate;--}} {{--$profile['ClientRefNo'] = $ClientRefNo;--}} @if($new->DueDate !=null)DueDate | @endif {{--$profile['DueDate'] = $DueDate;--}} @if($new->creditLimit !=null)creditLimit | @endif {{--$profile['creditLimit'] = $creditLimit;--}} @if($new->MinPayment !=null)MinPayment | @endif {{--$profile['MinPayment'] = $MinPayment;--}} @if($new->totalDue !=null)totalDue | @endif @if($new->ArrearsMonth !=null)ArrearsMonth | @endif {{--$profile['totalDue'] = $totalDue;--}} @if($new->Interest !=null)Interest | @endif {{--$profile['Interest'] = $Interest;--}} @if($new->Discount !=null)Discount | @endif @if($new->adminCharge !=null)adminCharge | @endif {{--$profile['Discount'] = $Discount;--}} @if($new->TotalSettlement !=null)TotalSettlement | @endif {{--$profile['TotalSettlement'] = $TotalSettlement;--}} @if($new->LegalCharge !=null)LegalCharge | @endif {{--$profile['LegalCharge'] = $LegalCharge;--}} @if($new->LastPaidDate !=null)LastPaidDate | @endif {{--$profile['LastPaidDate'] = $LastPaidDate;--}} @if($new->LastPaidAmount !=null)LastPaidAmount | @endif {{--$profile['LastPaidAmount'] = $LastPaidAmount;--}} @if($new->Additional_Credit_info_1 !=null) @if( (\App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_1')) ==null)Additional Credit info 1 | @else{{ \App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_1')}} | @endif @endif @if($new->Additional_Credit_info_2 !=null) @if( (\App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_2')) ==null)Additional Credit info 2 | @else{{ \App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_2')}} | @endif @endif @if($new->Additional_Credit_info_3 !=null) @if( (\App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_3')) ==null)Additional Credit info 3 | @else{{ \App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_3')}} | @endif @endif @if($new->Additional_Credit_info_4 !=null) @if( (\App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_4')) ==null)Additional Credit info 4 | @else{{ \App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_4')}} | @endif @endif @if($new->Additional_Credit_info_5 !=null) @if( (\App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_5')) ==null)Additional Credit info 5 | @else{{ \App\Models\batch::where('batch_name',$new->batch_name)->value('Additional_Credit_info_5')}} | @endif @endif {{-- ///////////////////////////////////////--}} @if($new->RefName !=null)RefName | @endif {{--$profile['RefName'] = $RefName;--}} @if($new->RefNric !=null)RefNric | @endif @if($new->RefType !=null)RefType | @endif @if($new->RefName2 !=null)RefName2 | @endif {{--$profile['accountDescription'] = $accountDescription;--}} @if($new->RefNric2 !=null)RefNric2 | @endif @if($new->RefType2 !=null)RefType2 | @endif @if($new->RefName3 !=null)RefName3 | @endif @if($new->RefNric3 !=null)RefNric3 | @endif @if($new->RefType3 !=null)RefType3 | @endif @if($new->RefName4 !=null)RefName4 | @endif @if($new->RefNric4 !=null)RefNric4 | @endif @if($new->RefType4 !=null)RefType4 | @endif @if($new->RefName5 !=null)RefName5 | @endif @if($new->RefNric5 !=null)RefNric5 | @endif @if($new->RefType5 !=null)RefType5 | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$new->batch_name}} | @endif {{--$profile['profile_name'] =$batch_name;--}} @if($new->DebtorName !=null){{$new->DebtorName}} | @endif {{--$profile['DebtorName'] = $DebtorName;--}} @if($new->NewNric !=null){{$new->NewNric}} | @endif @if($new->Occupation !=null){{$new->Occupation}} | @endif {{--$profile['NewNric'] = $NewNric;--}} @if($new->OldNric !=null){{$new->OldNric}} | @endif {{--$profile['OldNric'] = $OldNric;--}} @if($new->regAddress !=null){{$new->regAddress}} | @endif @if($new->employerAddress !=null){{$new->employerAddress}} | @endif {{--////////////////////////////////////////////--}} {{--$profile['employerAddress'] = $employerAddress;--}} {{--$profile['chargeOfDate'] = $chargeOfDate;--}} {{--$profile['adminCharge'] = $adminCharge;--}} @if($new->AccountNo !=null){{$new->AccountNo}} | @endif {{--$profile['AccountNo'] = $AccountNo;--}} @if($new->CardNo !=null){{$new->CardNo}} | @endif @if($new->VehicleNo!=null){{$new->VehicleNo}} | @endif {{--$profile['CardNo'] = $CardNo;--}} @if($new->ClientRefNo !=null){{$new->ClientRefNo}} | @endif {{-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--}} @if($new->AccountType !=null){{$new->AccountType}} | @endif @if($new->accountDescription !=null){{$new->accountDescription}} | @endif @if($new->loanAmount !=null){{$new->loanAmount}} | @endif {{--$profile['loanAmount'] = $loanAmount;--}} @if($new->loanDate !=null){{$new->loanDate}} | @endif {{--$profile['loanDate'] = $loanDate;--}} @if($new->chargeOfDate !=null){{$new->chargeOfDate}} | @endif @if($new->DueDate !=null){{$new->DueDate}} | @endif {{--$profile['DueDate'] = $DueDate;--}} @if($new->creditLimit !=null){{$new->creditLimit}} | @endif {{--$profile['creditLimit'] = $creditLimit;--}} @if($new->MinPayment !=null){{$new->MinPayment}} | @endif {{--$profile['MinPayment'] = $MinPayment;--}} @if($new->totalDue !=null){{$new->totalDue}} | @endif @if($new->ArrearsMonth !=null){{$new->ArrearsMonth}} | @endif {{--$profile['totalDue'] = $totalDue;--}} @if($new->Interest !=null){{$new->Interest}} | @endif {{--$profile['Interest'] = $Interest;--}} @if($new->Discount !=null){{$new->Discount}} | @endif @if($new->adminCharge !=null){{$new->adminCharge}} | @endif {{--$profile['Discount'] = $Discount;--}} @if($new->TotalSettlement !=null){{$new->TotalSettlement}} | @endif {{--$profile['TotalSettlement'] = $TotalSettlement;--}} @if($new->LegalCharge !=null){{$new->LegalCharge}} | @endif {{--$profile['LegalCharge'] = $LegalCharge;--}} @if($new->LastPaidDate !=null){{$new->LastPaidDate}} | @endif {{--$profile['LastPaidDate'] = $LastPaidDate;--}} @if($new->LastPaidAmount !=null){{$new->LastPaidAmount}} | @endif {{--$profile['LastPaidAmount'] = $LastPaidAmount;--}} @if($new->Additional_Credit_info_1 !=null){{$new->Additional_Credit_info_1}} | @endif @if($new->Additional_Credit_info_2 !=null){{$new->Additional_Credit_info_2}} | @endif @if($new->Additional_Credit_info_3 !=null){{$new->Additional_Credit_info_3}} | @endif @if($new->Additional_Credit_info_4 !=null){{$new->Additional_Credit_info_4}} | @endif @if($new->Additional_Credit_info_5 !=null){{$new->Additional_Credit_info_5}} | @endif {{-- //////////////////--}} {{--$profile['accountDescription'] = $accountDescription;--}} @if($new->RefName !=null){{$new->RefName}} | @endif @if($new->RefNric !=null){{$new->RefNric}} | @endif @if($new->RefType !=null){{$new->RefType}} | @endif @if($new->RefName2 !=null){{$new->RefName2}} | @endif {{--$profile['RefType'] = $RefType;--}} @if($new->RefNric2 !=null){{$new->RefNric2}} | @endif @if($new->RefType2 !=null){{$new->RefType2}} | @endif {{--$profile['RefType2'] = $RefType2;--}} @if($new->RefName3 !=null){{$new->RefName3}} | @endif @if($new->RefNric3 !=null){{$new->RefNric3}} | @endif @if($new->RefType3 !=null){{$new->RefType3}} | @endif @if($new->RefName4 !=null){{$new->RefName4}} | @endif @if($new->RefNric4 !=null){{$new->RefNric4}} | @endif @if($new->RefType4 !=null){{$new->RefType4}} | @endif @if($new->RefName5 !=null){{$new->RefName5}} | @endif @if($new->RefNric5 !=null){{$new->RefNric5}} | @endif @if($new->RefType5 !=null){{$new->RefType5}} | @endif