LinkStack/blocks/heading/form.blade.php

2 lines
153 B
PHP
Raw Normal View History

2023-06-16 20:53:33 +02:00
<label for='title' class='form-label'>{{__('messages.Heading Text:')}}</label>
2024-06-21 16:48:00 +02:00
<input type='text' name='title' value='{{$title}}' class='form-control' />