@extends($activeTemplate . 'layouts.master') @section('content')
@php echo $dps->statusBadge; @endphp
@include('partials.user.dps_details')
@if ($dps->status == Status::DPS_MATURED)

@lang('Your Deposit Pension Scheme (DPS) has matured. You can now withdraw the amount. Upon withdrawal, the maturity amount will be added to your main balance.')

@else @endif
@endsection @push('bottom-menu')
  • @lang('DPS Plans')
  • @lang('My DPS List')
  • @endpush