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