Bank Management
{{ $bank->contact_person ?: 'No contact person' }} - {{ $bank->contact_number ?: 'No contact number' }}
| Loan | Interest | Processing | Admin | Insurance | Effective | Offer | Status |
|---|---|---|---|---|---|---|---|
| {{ $rate->loan_type }} | {{ $rate->interest_rate }}% | {{ $rate->processing_fee }}% | NPR {{ number_format((float) $rate->admin_fee, 2) }} | NPR {{ number_format((float) $rate->insurance_fee, 2) }} | {{ $rate->effective_date?->format('Y-m-d') }} | {{ str($rate->promotional_offers)->limit(45) ?: '-' }} | {{ $rate->is_active ? 'Active' : 'Inactive' }} |
| No pricing packages added. | |||||||