|
{{ trans_draft_type($draft->source_type) }} |
{!! $draft->subject !!}
{{--{!! str_limit($draft->subject,50,'...') !!}--}}
|
{!! $draft->editor_content !!}
|
@if($draft->user) {{ $draft->user->name }} @endif [UID:{{ $draft->user_id }}] |
{{ timestamp_format($draft->created_at) }} |
@endforeach