@php if(isset($value) && $value){ $component_value = old($name, $value); } elseif(isset($row->$name) && $row->$name){ $component_value = old($name, $row->$name); } else { $component_value = old($name); } @endphp
@if(isset($maxlength) && $maxlength)

0 / {{ $maxlength }}

@endif
@if(isset($class) && $class == 'slugify_slug') (This field will be automatically filled after writing in the Title field) @endif @if(isset($text)) {{ $text }} @endif @include('cms.components.inputs.error')