@extends('frontend.layouts.partials.app') @section('title', 'Rate') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') {{-- Hero Section --}}

Base Rate and Spread Rate

Home Rates Base Rate and Spread Rate
{{-- Main Content --}}

Published Information

Goodwill Finance Nepal - Base Rate and Spread Rate

{{-- Table --}}
@foreach ($baseRates as $rate) @endforeach
Month Year Base Rate (%) Average Base Rate (%) Spread Rate (%)
{{ $rate->month }} {{ $rate->year }} {{ $rate->base_rate }}% {{ $rate->average_base_rate }}% {{ $rate->spread_rate }}%
@endsection