Applicant: {{ $loan->user?->name ?? 'N/A' }}
Status: {{ ucfirst($loan->status) }}
Amount: ৳{{ number_format($loan->loan_amount) }}
Period: {{ $loan->loan_period }} months
Interest: {{ number_format($loan->interest_rate,2) }}%
Total: ৳{{ number_format($loan->estimated_total,2) }}