@extends('layouts.app') @section('title', __('app.edit_fund_settings')) @section('controller-data', 'common:numbers,fileShowNameFix;fundSettings:edit') @section('breadcrumb') @endsection @section('content')
@include('flash-message')
{{ $fundModel->name }}
{{ $periodModel->year . '-' . $periodModel->month . ' v.' . $periodModel->version }}
@method('PATCH') @csrf

{{ __('app.objective_font_size_help_text') }}

{!! $errors->first('objective_font_size', '

:message

') !!}

{{ __('app.objective_area_height_help_text') }}

{!! $errors->first('objective_area_height', '

:message

') !!}

{{ __('app.affected_shares_help_text') }}

{!! $errors->first('objective_affected_shares', '

:message

') !!}
performance_table_hide, [1, 'on', '1']) ? 'checked="checked"' : '' }} />
{!! $errors->first('performance_table_hide', '

:message

') !!}

{{ __('app.affected_shares_help_text') }}

{!! $errors->first('performance_table_affected_shares', '

:message

') !!}
share_evolution_hide, [1, 'on', '1']) ? 'checked="checked"' : '' }} />
{!! $errors->first('share_evolution_hide', '

:message

') !!}

{{ __('app.affected_shares_help_text') }}

{!! $errors->first('share_evolution_affected_shares', '

:message

') !!}
holdings_hide, [1, 'on', '1']) ? 'checked="checked"' : '' }} />
{!! $errors->first('holdings_hide', '

:message

') !!}

{{ __('app.holdings_maximum_quantity_help_text') }}

{!! $errors->first('holdings_maximum_quantity', '

:message

') !!}

{{ __('app.affected_shares_help_text') }}

{!! $errors->first('holdings_affected_shares', '

:message

') !!}
historic_performance_hide, [1, 'on', '1']) ? 'checked="checked"' : '' }} />
{!! $errors->first('historic_performance_hide', '

:message

') !!}
{!! $errors->first('historic_performance_years_to_render', '

:message

') !!}

{{ __('app.affected_shares_help_text') }}

{!! $errors->first('historic_performance_affected_shares', '

:message

') !!}
@if(!empty($fundRenderSetting->regulation_pdf_original_filename))

{{ __('app.currently_uploaded_file', ['filename' => $fundRenderSetting->regulation_pdf_original_filename]) }}

@endif {!! $errors->first('regulation_file_not_saved', '

:message

') !!} {!! $errors->first('regulation_upload_ini_size', '

:message

') !!} {!! $errors->first('regulation_upload_partial', '

:message

') !!} {!! $errors->first('regulation_upload_no_file', '

:message

') !!} {!! $errors->first('regulation_upload_no_temp_folder', '

:message

') !!} {!! $errors->first('regulation_upload_cant_write', '

:message

') !!} {!! $errors->first('regulation_upload_error', '

:message

') !!} @if(!$errors->has('regulation_file_not_saved') && !$errors->has('regulation_upload_ini_size') && !$errors->has('regulation_upload_partial') && !$errors->has('regulation_upload_no_file') && !$errors->has('regulation_upload_no_temp_folder') && !$errors->has('regulation_upload_cant_write') && !$errors->has('regulation_upload_error')) {!! $errors->first('regulation_pdf', '

:message

') !!} @endif
@if(!empty($fundRenderSetting->regulation_pdf_original_filename_en))

{{ __('app.currently_uploaded_file', ['filename' => $fundRenderSetting->regulation_pdf_original_filename_en]) }}

@endif {!! $errors->first('regulation_en_file_not_saved', '

:message

') !!} {!! $errors->first('regulation_en_upload_ini_size', '

:message

') !!} {!! $errors->first('regulation_en_upload_partial', '

:message

') !!} {!! $errors->first('regulation_en_upload_no_file', '

:message

') !!} {!! $errors->first('regulation_en_upload_no_temp_folder', '

:message

') !!} {!! $errors->first('regulation_en_upload_cant_write', '

:message

') !!} {!! $errors->first('regulation_en_upload_error', '

:message

') !!} @if(!$errors->has('regulation_en_file_not_saved') && !$errors->has('regulation_en_upload_ini_size') && !$errors->has('regulation_en_upload_partial') && !$errors->has('regulation_en_upload_no_file') && !$errors->has('regulation_en_upload_no_temp_folder') && !$errors->has('regulation_en_upload_cant_write') && !$errors->has('regulation_en_upload_error')) {!! $errors->first('regulation_pdf_en', '

:message

') !!} @endif
@if(!empty($fundRenderSetting->risk_report_pdf_original_filename))

{{ __('app.currently_uploaded_file', ['filename' => $fundRenderSetting->risk_report_pdf_original_filename]) }}

@endif {!! $errors->first('risk_report_file_not_saved', '

:message

') !!} {!! $errors->first('risk_report_upload_ini_size', '

:message

') !!} {!! $errors->first('risk_report_upload_partial', '

:message

') !!} {!! $errors->first('risk_report_upload_no_file', '

:message

') !!} {!! $errors->first('risk_report_upload_no_temp_folder', '

:message

') !!} {!! $errors->first('risk_report_upload_cant_write', '

:message

') !!} {!! $errors->first('risk_report_upload_error', '

:message

') !!} @if(!$errors->has('risk_report_file_not_saved') && !$errors->has('risk_report_upload_ini_size') && !$errors->has('risk_report_upload_partial') && !$errors->has('risk_report_upload_no_file') && !$errors->has('risk_report_upload_no_temp_folder') && !$errors->has('risk_report_upload_cant_write') && !$errors->has('risk_report_upload_error')) {!! $errors->first('risk_report_pdf', '

:message

') !!} @endif
{{ strtoupper(__('app.cancel')) }}
@endsection