{{--
{{$inputValue}}
--}}
{{$fieldMeta['label']}}
{!!Form::{$fieldMeta['type']}( $locale . '[' . $fieldName . ']', $fieldValue, ['class' => $fieldMeta['type'] == 'textarea' ? 'froala' : 'form-control countInput', 'wire:model.debounce.300ms' => 'fieldValue'] )!!}
{{-- {{$sourceLocale ?? 'no'}} :: {{$sourceFieldValue ?? 'no'}} --}}
@if($fieldMeta['type'] == 'text')
{{$counterValue}}
/
{{isset($fieldMeta['max_chars']) ? $fieldMeta['max_chars'] : '200'}}
@endif