Handover Application
Client / Plaintiff Details
Company Name: {{ $currentUser->company_name }}
VAT: {{ $currentUser->VAT }}
Contact Person: {{ $currentUser->contactPerson }}
Contact Number: {{ $currentUser->contactNumber }}
Email: {{ $currentUser->email }}
Bank: {{ $currentUser->bank }}
Branch: {{ $currentUser->branch }}
Account Type: {{ $currentUser->accountType }}
Account Number: {{ $currentUser->accountNumber }}
Date: {{ $date }}
Handover Details of debtor
Debtor: {{ $debtCollection->debtor }}
Ref Number: {{ $debtCollection->reference }}
Amount R: {{ $debtCollection->amount }}
Outstanding Since: {{ $debtCollection->outstandingSince }}
Cause of debt: {{ $debtCollection->cause }}
Signed credit application on file - dated: {{ $debtCollection->dated }}
Contact Person: {{ $debtCollection->contactPerson }}
Telephone {{ $debtCollection->telephone }}
fax: {{ $debtCollection->fax }}
Cell: {{ $debtCollection->cell }}
Email: {{ $debtCollection->email }}
Postal Address: {{ $debtCollection->postalAddress }}
Physical Address: {{ $debtCollection->physicalAddress }}
Credit Application provides for:
interest: {{ $debtCollection->interest }} p.a
@if($debtCollection->surety===1)
Surety: Yes
@else
Surety:No
@endif
@if(isset($debtCollection->otherSurety))
Other Surety: {{ $debtCollection->otherSurety }}
@endif