@props(['id', 'title', 'name', 'rows' => 3, 'value' => null, 'required' => false, 'readonly'=>'']) @php $field = toDotFormat($name); @endphp
@if ($errors->has($field))
{{ $errors->first($field) }}
@endif