{{trans_choice('savings::general.compounding_period',1)}} |
@if($savings->compounding_period=='daily')
{{trans_choice('savings::general.daily',2)}}
@endif
@if($savings->compounding_period=='weekly')
{{trans_choice('savings::general.weekly',2)}}
@endif
@if($savings->compounding_period=='monthly')
{{trans_choice('savings::general.monthly',2)}}
@endif
@if($savings->compounding_period=='biannual')
{{trans_choice('savings::general.biannual',2)}}
@endif
@if($savings->compounding_period=='annually')
{{trans_choice('savings::general.annually',2)}}
@endif
|
{{trans_choice('savings::general.interest_posting_period_type',1)}} |
@if($savings->interest_posting_period_type=='daily')
{{trans_choice('savings::general.daily',2)}}
@endif
@if($savings->interest_posting_period_type=='weekly')
{{trans_choice('savings::general.weekly',2)}}
@endif
@if($savings->interest_posting_period_type=='monthly')
{{trans_choice('savings::general.monthly',2)}}
@endif
@if($savings->interest_posting_period_type=='biannual')
{{trans_choice('savings::general.biannual',2)}}
@endif
@if($savings->interest_posting_period_type=='annually')
{{trans_choice('savings::general.annually',2)}}
@endif
|
{{trans_choice('savings::general.interest_calculation_type',1)}} |
@if($savings->interest_calculation_type=='daily_balance')
{{trans_choice('savings::general.daily_balance',1)}}
@endif
@if($savings->interest_calculation_type=='average_daily_balance')
{{trans_choice('savings::general.average_balance',1)}}
@endif
|
{{trans_choice('savings::general.category',1)}} |
@if($savings->savings_product->savings_category=='voluntary')
{{trans_choice('savings::general.voluntary',1)}}
@endif
@if($savings->savings_product->savings_category=='compulsory')
{{trans_choice('savings::general.compulsory',1)}}
@endif
|
{{trans_choice('core::general.submitted_on',1)}} |
{{$savings->submitted_on_date}}
{{trans_choice('core::general.by',1)}}
@if(!empty($savings->submitted_by))
{{$savings->submitted_by->first_name}} {{$savings->submitted_by->last_name}}
@endif
|
{{trans_choice('savings::general.approved',1)}} {{trans_choice('core::general.on',1)}} |
{{$savings->approved_on_date}}
@if(!empty($savings->approved_by))
{{trans_choice('core::general.by',1)}}
{{$savings->approved_by->first_name}} {{$savings->approved_by->last_name}}
@endif
|
{{trans_choice('savings::general.activated',1)}} {{trans_choice('core::general.on',1)}} |
{{$savings->activated_on_date}}
@if(!empty($savings->activated_by))
{{trans_choice('core::general.by',1)}}
{{$savings->activated_by->first_name}} {{$savings->activated_by->last_name}}
@endif
|