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

8 lines
412 B
PHP

<label for='title' class='form-label'>{{__('messages.Title')}}</label>
<input type='text' name='title' value='{{$title}}' placeholder="Leave blank for default video title" class='form-control' />
<label for='link' class='form-label'>{{__('messages.URL')}}</label>
<input type='url' name='link' value='{{$link}}' class='form-control' />
<span class='small text-muted'>{{__('messages.URL to the video')}}</span>