| {{ _lang('Name') }} | {{ $fdrplan->name }} |
| {{ _lang('Minimum Amount') }} | {{ $fdrplan->minimum_amount }} |
| {{ _lang('Maximum Amount') }} | {{ $fdrplan->maximum_amount }} |
| {{ _lang('Interest Rate') }} | {{ $fdrplan->interest_rate }} % |
| {{ _lang('Duration') }} | {{ $fdrplan->duration.' '.ucwords($fdrplan->duration_type) }} |
| {{ _lang('Status') }} | {!! xss_clean(status($fdrplan->status)) !!} |
| {{ _lang('Description') }} | {{ $fdrplan->description }} |