@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} {{ __('Lending Rates') }} {{ __('Lending Rates') }} {!! replaceImageSources($lendingRates?->description) !!} @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection