@for($ins = 0; $ins < count($instructions); $ins++)
@foreach(languages() as $language)
local") ? 'is-invalid' : '' }}"
name="instructions[{{ $ins }}][title][{{ $language->local }}]"
placeholder="{{ __('general.text') }} {{ count($languages) > 1 ? "({$language->name})" : '' }} "
value='{{ old("instructions.$ins.title.$language->local", $instructions[$ins]['item_descriptions'][$language->id]['title'] ?? "") }}'/>
@endforeach