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

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

{!! Form::text(null, isset($entry->title) ? $entry->title : null, ['data-type' => 'title', 'class' => 'cd-input', 'placeholder' => trans('addpost.entry_titleop')]) !!}
{!! Form::textarea(null, isset($entry->body) ? $entry->body : null, ['data-type' => 'body', 'class' => 'cd-input message','id' => 'edit'.uniqid(), 'placeholder' => trans('addpost.entry_body')]) !!}
{{ trans('addpost.mored') }} {{ trans('addpost.lessd') }}