@extends($activeTemplate . 'layouts.master') @section('content')
@php echo $fdr->statusBadge; @endphp
@include('partials.user.fdr_details')
@if ($fdr->locked_date->endOfDay() < now() && $fdr->status == Status::FDR_RUNNING)

@lang('The lock-in period for this FDR has passed. You may close the FDR now if you wish, or you will receive installment as you did previously.')

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