mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-12 10:16:19 +01:00
951df23c91
Update to Laravel 9 Commit for the upcoming from-end update.
8 lines
364 B
PHP
8 lines
364 B
PHP
<label for='title' class='form-label'>Title</label>
|
|
<input type='text' name='title' value='{{$link_title}}' placeholder="Leave blank for default video title" class='form-control' />
|
|
|
|
<label for='link' class='form-label'>URL</label>
|
|
<input type='url' name='link' value='{{$link_url}}' class='form-control' />
|
|
<span class='small text-muted'>URL to the video</span>
|
|
|