diff --git a/resources/views/components/form/group/textarea.blade.php b/resources/views/components/form/group/textarea.blade.php index f458b3119..d9f3e5e07 100644 --- a/resources/views/components/form/group/textarea.blade.php +++ b/resources/views/components/form/group/textarea.blade.php @@ -48,9 +48,7 @@ value="{!! $value !!}" placeholder="{{ $placeholder }}" rows="{{ $rows }}" - @if (isset($attributes['v-disabled']) || isset($attributes['v-bind:disabled'])) - :disabled="isset($attributes['v-disabled']) ? $attributes['v-disabled'] : $attributes['v-bind:disabled']" - @endif + :disabled="$disabled" {{ $attributes->merge($custom_attributes) }} />