id)) data-entry-id="{{ $entry->id }}" @endif> @include('editor._forms.__entryactions')

{{ $titleofwidget }}

{!! Form::text(null, null, ['class' => 'cd-input', 'placeholder' => $urlto]) !!}
{!! Form::text(null, isset($entry->title) ? $entry->title : null, ['data-type' => 'title', 'class' => 'cd-input ', 'placeholder' => trans('addpost.entry_titleop')]) !!}
{!! Form::hidden(null, isset($entry->video) ? $entry->video : null, ['data-type' => 'video', 'class' => 'cd-input cd-input-video']) !!}
@if(isset($entry->video)) {!! parse_post_embed($entry->video, $entry->type) !!} @endif
{{ trans('addpost.mored') }} {{ trans('addpost.lessd') }}