Process Loan Details
@csrf
Applicant Details
  • Date Received: {{ $enquiry->getDateReceivedAttribute($enquiry->date_received) }}
  • Name: {{ $enquiry->full_name }}
  • Force Number: {{ $enquiry->force_no }}
  • Bank: {{ $enquiry->bank_name }} - {{ $enquiry->account_number }}
  • District: {{ $enquiry->district }}
  • Phone: {{ $enquiry->phone }}
  • Enquiry ID: {{ $enquiry->enquiry_id }}
  • Loan Amount: {{ $enquiry->loan_amount }}
  • Loan Duration: {{ $enquiry->loan_duration }}
  • Interest Rate: {{ $enquiry->interest_rate }}
  • Monthly Deduction: {{ $enquiry->monthly_deduction }}
  • Total Loan with Interest: {{ $enquiry->total_loan_with_interest }}
  • Total Interest: {{ $enquiry->total_interest }}
  • Processing Fee: {{ $enquiry->processing_fee }}
  • Insurance: {{ $enquiry->insurance }}
  • Disbursement Amount: {{ $enquiry->disbursement_amount }}
  • Status: {{ $enquiry->status }}
Attachments
@if ($enquiry->file_path)

Your browser does not support PDFs. Download the PDF.

@else

No file uploaded.

@endif