@foreach ($languages as $key => $lang)
id == 1) required @endif>
@if ($lang->id == 1)
{{-- Type (Only in English) - Read Only --}}
{{ __('Field type cannot be changed after creation.') }}
@endif
@if ($lang->id != 1)
{{ __('Used for translatable field types.') }}
@endif
@endforeach