@if(!empty(getGeneralSettings('content_translate')))
@error('locale')
{{ $message }}
@enderror
@else @endif
{{ trans('update.installment_title_hint') }}
@error('title')
{{ $message }}
@enderror
{{ trans('update.installment_main_title_hint') }}
@error('main_title')
{{ $message }}
@enderror
{{ trans('update.installment_description_hint') }}
@error('description')
{{ $message }}
@enderror
@error('banner')
{{ $message }}
@enderror
{{ trans('update.installment_banner_hint') }}
{{-- Options --}}
{{ trans('update.options') }}
@if(!empty($installment) and !empty($installment->options)) @php $installmentOptions = explode(\App\Models\Installment::$optionsExplodeKey, $installment->options); @endphp @foreach($installmentOptions as $k => $option)
@endforeach @endif
{{ trans('update.installment_options_hint') }}
{{ trans('update.installment_capacity_hint') }}
@error('capacity')
{{ $message }}
@enderror
@php $selectedGroupIds = !empty($installment) ? $installment->userGroups->pluck('group_id')->toArray() : []; @endphp
{{ trans('update.installment_user_group_hint') }}
@error('group_ids')
{{ $message }}
@enderror

{{ trans('') }}

@error('start_date')
{{ $message }}
@enderror
{{ trans('update.installment_start_date_hint') }}
@error('end_date')
{{ $message }}
@enderror
{{ trans('update.installment_end_date_hint') }}