Bank Management

Rates, Fees and Offers

@csrf

Add Partner Bank

@csrf

Add Interest and Fee Package

@foreach ($banks as $bank)

{{ $bank->name }}

{{ $bank->contact_person ?: 'No contact person' }} - {{ $bank->contact_number ?: 'No contact number' }}

{{ $bank->status }}
@forelse ($bank->rates as $rate) @empty @endforelse
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.
@endforeach
{{ $banks->links() }}