@extends($activeTemplate . 'user.dps.layout') @section('dps-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