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

{{ trans('addpost.image') }}

{!! Form::text(null, isset($entry->title) ? $entry->title : null, ['data-type' => 'title', 'class' => 'cd-input ', 'placeholder' => trans('addpost.entry_titleop')]) !!}

{{ trans('addpost.entry_addimage') }}
{{ trans('updates.or') }}
{!! Form::hidden(null, isset($entry->image) ? makepreview($entry->image, null, 'entries') : null, ['data-type' => 'image', 'class' => 'cd-input cd-input-image ']) !!}
@if(isset($entry->image)) @endif
{{ trans('addpost.mored') }} {{ trans('addpost.lessd') }}