@if($errors->has((string) $attribute->getKey()))
<textarea style="color: #9c261e; font-size: 0.7rem; width: 100%; height: 30vh;">@foreach($errors->get((string) $attribute->getKey()) as $error_msg){{ $error_msg }} @endforeach</textarea>
@endif