@extends('layouts.dashboard')
@section('Title')
{{ __('Loan Calculator') . ' ( ' .str_to_upper(Request()->segments()[count(Request()->segments())-1]) . ' )'}}
@endsection
@section('content')
@if(Session::has('success'))
- {{Session::get('success')}}
@endif
@endsection
@section('js')
{{-- salah --}}
@if($type == 'fixed' )
@endif
@endsection