2023-06-16 20:53:33 +02:00
|
|
|
<label for='title' class='form-label'>{{__('messages.Title')}}</label>
|
2024-06-21 16:48:00 +02:00
|
|
|
<input type='text' name='title' value='{{$title}}' placeholder="Leave blank for default video title" class='form-control' />
|
2022-11-08 16:11:59 +01:00
|
|
|
|
2023-06-16 20:53:33 +02:00
|
|
|
<label for='link' class='form-label'>{{__('messages.URL')}}</label>
|
2024-06-21 16:48:00 +02:00
|
|
|
<input type='url' name='link' value='{{$link}}' class='form-control' />
|
2023-06-16 20:53:33 +02:00
|
|
|
<span class='small text-muted'>{{__('messages.URL to the video')}}</span>
|
2022-11-08 16:11:59 +01:00
|
|
|
|