@extends('backend.layouts.master') @section('content')
Home
Edit Subscription Details
Edit Subscription Details
@csrf
Name Of Investor
Email
Mobile Number
PAN Number
@error('pan_no')
{{$message}}
@enderror
Full Street Address
Residential Status
*
SELECT One
@foreach ($residential_status as $key => $value)
residential_status) selected @endif> {{ $value }}
@endforeach
@error('residential_status')
{{ $message }}
@enderror
City
@error('city')
{{ $message }}
@enderror
State/UnionTerritory
Select One
@foreach ($states as $key=>$val)
state ) selected @endif>{{ $val }}
@endforeach
Do you have DEMAT Account?
is_demat_account == 1) checked @endif >
Yes
is_demat_account == 0) checked @endif>
No
DEMAT Account No
Date Of Incorporation
Legal Status
GST Number
{{--
Number of years since Incorporation/Registration
number_of_years_since_registration == 1) checked @endif >
less than 5 years
number_of_years_since_registration == 2) checked @endif>
5-10 years
number_of_years_since_registration == 3) checked @endif>
more than 10 years
Average profit after tax (PAT) for last 3 years
average_profit == 1) checked @endif >
less than Rs. 10 lakhs
average_profit == 2) checked @endif>
Rs. 10-25 lakhs
average_profit == 3) checked @endif>
more than Rs. 25 lakhs
Percentage of your liquid net worth you would like to invest?
invest_net_worth == 1) checked @endif>
< 25%
invest_net_worth == 2) checked @endif>
25 - 50%
invest_net_worth == 3) checked @endif>
> 50%
What is your comfortable holding investments period?
investment_period == 1) checked @endif>
< 12 Months
investment_period == 2) checked @endif>
12 - 36 Months
investment_period == 3) checked @endif>
Over 36 Months
What best describes your Risk Attitude?
risk_attitude == 1) checked @endif>
SECURE : I seek complete safety of my capital with no negative returns
risk_attitude == 2) checked @endif>
MODERATE : I seek a balance of regular income and capital appreciation over medium term
risk_attitude == 3) checked @endif>
AGGRESSIVE : I am comfortable with volatility and seek aggressive returns over a long term
What best describes your Knowledge & Experience?
knowledge_experience == 1) checked @endif>
LIMITED : I have limited understanding & experience of financial investments
knowledge_experience == 2) checked @endif>
MODERATE : I am comfortable with financial products & have fair understanding & experience in investments
knowledge_experience == 3) checked @endif>
EXTENSIVE : I have extensive knowledge & experience of financial products
--}}
@endsection