@foreach($languages as $key => $lang)
id != 1) required @endif>
@if($lang->id == 1)
{{-- Show type only in English --}}
{{-- Min/Max Fields --}}
@else
{{ __('Field type, min/max length, required and status can only be set in English.') }}
@endif
{{-- Field Values (only for dropdown, radio, checkbox) --}}
@if($lang->id != 1)
{{ __('This will be used for translatable field types only.') }}
@endif
@endforeach