@extends('layouts.user') @push('css') @endpush @section('contents')

{{__('Plan Title')}}

{{$data->title}}

{{__('Per Installment Amount')}}

{{ showprice($data->per_installment,$currency) }}

{{__('Total Deposit Amount')}}

{{ showprice($data->final_amount,$currency) }}

{{__('User Profit')}}

{{ showprice(($data->final_amount + $data->user_profit),$currency) }}

{{__('Total Installment')}}

{{ $data->total_installment }}

{{__('Interest Rate')}}

{{ $data->interest_rate }} (%)
@csrf
@endsection @push('js') @endpush