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>
|
|
|