mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-12 18:28:27 +01:00
951df23c91
Update to Laravel 9 Commit for the upcoming from-end update.
4 lines
140 B
PHP
4 lines
140 B
PHP
<label for='text' class='form-label'>Text to display</label>
|
|
<textarea name='text' class='form-control'>{{$params->text ?? ''}}
|
|
</textarea>
|