@extends('layouts.app') @section('content')
| {{ _lang('Name') }} | {{ $loanproduct->name }} |
| {{ _lang('Description') }} | {{ $loanproduct->description }} |
| {{ _lang('Interest Rate') }} | {{ $loanproduct->interest_rate }} |
| {{ _lang('Interest Type') }} | {{ $loanproduct->interest_type }} |
| {{ _lang('Term') }} | {{ $loanproduct->term }} |
| {{ _lang('Term Period') }} | {{ $loanproduct->term_period }} |