@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 --}} Month Year Base Rate (%) Average Base Rate (%) Spread Rate (%) @foreach ($baseRates as $rate) {{ $rate->month }} {{ $rate->year }} {{ $rate->base_rate }}% {{ $rate->average_base_rate }}% {{ $rate->spread_rate }}% @endforeach @endsection
Published Information