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