@php if(!blank($posts)): if($bulk_email_type == 2) $single_post = @$posts->first(); else $single_post = @$posts->last(); endif; @endphp
@if(!blank($posts)) @else @endif