@props([ 'name' => '', 'value' => '', ]) @php $attributes = $attributes->merge(['rows' => 3, 'class' => 'border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm']); @endphp {{ Form::textarea($name, $value, $attributes->getAttributes()) }}