mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
10 lines
166 B
PHP
10 lines
166 B
PHP
|
@props([
|
||
|
'value' => '',
|
||
|
'rows' => 10,
|
||
|
])
|
||
|
|
||
|
<textarea
|
||
|
{{ $attributes->merge(['class' => 'form-control']) }}
|
||
|
rows="{{ $rows }}"
|
||
|
>{{ $value }}</textarea>
|