LinkStack/resources/views/components/pageitems/video-form.blade.php

8 lines
412 B
PHP
Raw Normal View History

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