@extends ('backend.layouts.app') @section ('title', 'Create Partner') @section('page-header')

Risk Profile Management Create Risk Profile

@endsection @section('content') {{ Form::open(['route' => 'admin.risk_profile.risk_profile.store', 'enctype' => "multipart/form-data", 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post', 'id' => 'create-partner']) }}

Create Risk Profile

@include('backend.risk_profile.partials.risk-profile-header-buttons')
{{ Form::label('Logo', 'Choose logo', ['class' => 'col-lg-2 control-label']) }}
{{ Form::file('logo', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Choose logo']) }}
{{ Form::label('Title', 'Title', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('title', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter title']) }}
{{ Form::label('Overview', 'Overview', ['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('overview', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter overview']) }}
{{ Form::label('disclaimer', 'Disclaimer', ['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('disclaimer', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter disclaimer']) }}
{{ Form::label('Range start value', 'Range start value', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('range_start', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter range start value']) }}
{{ Form::label('Range end value', 'Range end value', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('range_end', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter Range end value']) }}
Returns Per Annum
{{ Form::label('return_per_annum_title', 'Title', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('return_per_annum_title', null, ['class' => 'form-control','placeholder' => 'Enter Return per annum title']) }}
{{ Form::label('return_per_annum_description', 'Description', ['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('return_per_annum_description', null, ['class' => 'form-control','placeholder' => 'Enter Return per annum description']) }}
{{ Form::label('return_per_annum_image', 'Image', ['class' => 'col-lg-2 control-label']) }}
{{ Form::file('return_per_annum_image', null, ['class' => 'form-control', 'placeholder' => 'Choose image']) }}

Image resolution must be 856 X 370;

% Probability of a Negative Return
{{ Form::label('probability_of_negative_return_title', 'Title', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('probability_of_negative_return_title', null, ['class' => 'form-control','placeholder' => 'Enter Return per annum title']) }}
{{ Form::label('probability_of_negative_return_description', 'Description', ['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('probability_of_negative_return_description', null, ['class' => 'form-control', 'placeholder' => 'Enter Return per annum description']) }}
{{ Form::label('probability_of_negative_return_image', 'Image', ['class' => 'col-lg-2 control-label']) }}
{{ Form::file('probability_of_negative_return_image', null, ['class' => 'form-control', 'placeholder' => 'Choose image']) }}

Image resolution must be 524 X 346;

Annualised Return / Risk
{{ Form::label('annualised_return_solution_name', 'Name', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('annualised_return_solution_name', null, ['class' => 'form-control','placeholder' => 'Enter Solution Name']) }}
{{ Form::label('annualised_return_risk_title', 'Title', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('annualised_return_risk_title', null, ['class' => 'form-control', 'placeholder' => 'Enter Return per annum title']) }}
{{ Form::label('annualised_return_risk_description', 'Description', ['class' => 'col-lg-2 control-label']) }}
{{ Form::textarea('annualised_return_risk_description', null, ['class' => 'form-control', 'placeholder' => 'Enter Return per annum description']) }}
{{ Form::label('annualised_return', 'Annualised Return', ['class' => 'col-lg-2 control-label']) }}
{{ Form::number('annualised_return', null, ['class' => 'form-control', 'maxlength' => '191', 'placeholder' => 'Enter annualised return','step' => 'any','min'=>0]) }}
{{ Form::label('annualised_risk', 'Risk', ['class' => 'col-lg-2 control-label']) }}
{{ Form::number('annualised_risk', null, ['class' => 'form-control', 'maxlength' => '191', 'placeholder' => 'Enter annualised risk','step' => 'any','min'=>0]) }}
{{ Form::label('risk_associated_text', 'Risk Associated Text', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('risk_associated_text', null, ['class' => 'form-control','placeholder' => 'Enter Risk Associated Text']) }}
{{ Form::label('annualised_return_risk_image', 'Image', ['class' => 'col-lg-2 control-label']) }}
{{ Form::file('annualised_return_risk_image', null, ['class' => 'form-control', 'placeholder' => 'Choose image']) }}
{{ Form::label('investment_growth_rate', 'Investment Growth Rate', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('investment_growth_rate', null, ['class' => 'form-control','placeholder' => 'Enter Investment Growth Rate in Percentage']) }}
{{ Form::label('graph_color', 'Graph Color', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('graph_color', null, ['class' => 'form-control','placeholder' => 'Enter Hex Code of Color']) }}
{{ Form::label('risk_type', 'Risk Type', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('risk_type', null, ['class' => 'form-control','placeholder' => 'Please enter risk type for example(Low Risk,High Medium,etc..)']) }}
{{ Form::label('investment_time_horizon', 'Investment Time Horizon', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('investment_time_horizon', null, ['class' => 'form-control','placeholder' => 'Please enter investment time horizon for example(1-2 Years,2+ Years,etc..)']) }}
{{ Form::label('sort', 'Sort', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('sort', null, ['class' => 'form-control','placeholder' => 'Sort Number']) }}
{{ Form::label('Active', 'Active', ['class' => 'col-lg-2 control-label']) }}
{{ link_to_route('admin.risk_profile.risk_profile.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-xs']) }}
{{ Form::submit(trans('buttons.general.crud.create'), ['class' => 'btn btn-success btn-xs']) }}
{{ Form::close() }} @endsection @section('after-scripts') @endsection