@php($fees = isset($fees) ? $fees : true)
{{ __('admin.products.showmorepricing') }}
@foreach ($recurrings as $recurring) @endforeach @foreach ($recurrings as $k => $recurring) @endforeach @if ($fees) @foreach ($recurrings as $k => $recurring) @endforeach @endif
{{ __('admin.products.tariff') }} {{ $recurring['translate'] }}
{{ __('store.price') }} @include('admin.shared.input', ['name' => ($pricing_key ?? 'pricing') . '['. $k .'][price]','type' => 'number','step' => '0.01','min' => 0, 'value' => old('recurrings_' . $k . '_price', $pricing->{$k}), 'attributes' => ['data-months' => $recurring['months']]])
{{ __('store.fees') }} @include('admin.shared.input', ['name' => ($pricing_key ?? 'pricing') . '['. $k .'][setup]', 'step' => '0.01','min' => 0, 'value' => old('recurrings_' . $k . '_setup', $pricing->{"setup_". $k}), 'attributes' => ['data-months' => $recurring['months']]])
@if ($errors->has(($pricing_key ?? 'pricing')))

{{ $errors->first(($pricing_key ?? 'pricing')) }}

@endif