@if( $newsletters && count($newsletters) > 0 )
@foreach( $newsletters as $k => $v )
@if( $v['attachment'] )
![{{$v['title']}}]({{ NEWSLETTER_UPLOADS }}{{$v['attachment']}})
@else
![{{$v['title']}}]({{ URL::asset('images/no-image.png') }})
@endif
{{$v['title']}}
{{ $v['description'] }}
@endforeach
@else
No records found for the search
@endif
@if(count($newsletters) > 0)
{{ $newsletters->links() }}
@endif