Reject Loan Application
@csrf
Applicant Details
  • Date Received: {{ $enquiry->getDateReceivedAttribute($enquiry->date_received) }}
  • Name: {{ $enquiry->full_name }}
  • Loan Amount: {{ number_format($enquiry->loanApplication->loan_amount) }}
Rejection Reason
Attachments:
@if ($enquiry->file_path)

Your browser does not support PDFs. Download the PDF.

@else

No file uploaded.

@endif