@extends('layout.app') @section('title') Create Fixed Deposit Product @endsection @section('pagetitle') Create Fixed Deposit Product @endsection @section('content')
@include('includes.errors') @include('includes.success')
@csrf

Principal Amount:


Interest Rating:

step=".01"

Interest Payments:

@endsection @section('scripts') @endsection