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

@if(!empty($goods_credit_months) && count($goods_credit_months))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($goods_credit_months as $key => $one_goods_credit_month) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{ __('variables.months') }}{{__('variables.active_table')}}{{ __('variables.month_default') }}, {{ __('variables.only_one') }} {{__('variables.position_table')}} {{__('variables.edit_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{ $one_goods_credit_month->month }}
active == 1 ? 'checked' : ''}}>
is_default_month == 1 ? 'checked' : ''}}>
@else @include('admin.templates.empty-list') @endif
@stop