@foreach($languages as $key => $lang)
id != 1) required @endif>
@if($lang->id == 1)
{{-- Type (Only in English) --}}
@else
{{ __('Field type, min/max length, required and status can only be set in English.') }}
@endif
@if($lang->id != 1)
{{ __('Used for translatable field types.') }}
@endif
@endforeach