@php if(!blank($posts)): if($bulk_email_type == 2) $single_post = @$posts->first(); else $single_post = @$posts->last(); endif; @endphp
{!! \Illuminate\Support\Str::limit(@$single_post->content, 40) !!}
{{__('read_more')}}
{{__('posted_on')}} {{date('l, d F Y', strtotime($post->created_at))}}
{!! \Illuminate\Support\Str::limit($post->content, 40) !!}
{{settingHelper('copyright_text')}}
Unsubcribe