@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header') @include('../reachassuree_agent/upgrade/comman/current_plan') @if(count($data['future_plans']) > 0) @include('../reachassuree_agent/upgrade/comman/future_plan') @endif @if (isSendRequestForSurrender() == 1)

After confirming your surrender plan request from our side, feel free to utilize this tab for further actions. If you have any questions regarding the surrender plan or encounter any other issues, please don't hesitate to contact our team.

@else @if ($data['profile_complate'] == 1)
@if (count($data['future_plans']) > 0)

You are currently unable to renew your plan as it has already been renewed. Please wait until the current plan expires before attempting to renew again.

@else @if($data['current_plan_details']['current_plan_periods']['before_grace_period'] > date('Y-m-d H:i:s'))

Kindly note that you can renew your plan only within {{ $data['current_plan_details']['current_plan_periods']['grace_period_days'] }} days before your current plan expires.
Please be aware that renewal is not possible before {{ $data['current_plan_details']['current_plan_periods']['before_grace_period_dmy'] }} this timeframe.

@else
@csrf

Right Now you are going to renew your current plan({{ $data['plan'] }} - {{ $data['plan_duration'] }}) these plan Start Date {{ $data['renew_amount'][0]['from_date'] }} and Expiry Date {{ $data['renew_amount'][0]['end_date'] }}

@foreach ($data['renew_amount'] as $key => $value) @endforeach
{{ $value['plan_price'] }}
@endif @endif
@else

Dear valued agent, we kindly request you to upload your KYC documents, including your document numbers, and your agent profile details as soon as possible. This is because KYC documents are required for upgrading and reactivating your plan. Additionally, please ensure to verify your mobile number for further assistance.

Go to Agent Profile Page
@endif @endif
@endsection @section('custom-scripts') @endsection