@extends('admin.app') @section('content')
{{ __('variables.ktn') }} - "{{$goods_credit_ktn_id->ktn ?? '' }}"
@if($groupSubRelations->new == 1) {{ __('variables.elements_list') }} @else {{ __('variables.elements_list') }} @endif

@if(!empty($goods_credit_months) && count($goods_credit_months))
@csrf
@foreach($goods_credit_months as $key => $one_goods_credit_month) @endforeach
{{ __('variables.months_rate') }} {{ __('variables.credit') }} {{ __('variables.credit') }} (0%)
{{ $one_goods_credit_month->month }} monthCreditActive($one_goods_credit_month->id)) checked @endif id="destroy-element-{{$one_goods_credit_month->id}}"> monthCreditZeroActive($one_goods_credit_month->id)) checked @endif id="is_credit_zero-{{$one_goods_credit_month->id}}">
@else @include('admin.templates.empty-list') @endif
@stop