@if($bulletins->count() > 0) @foreach($bulletins as $bulletin)
{{ $bulletin->subject }}
{{ $bulletin->subject }}
{!! \Illuminate\Support\Str::substr($bulletin->body, 0, 200) !!}
@endforeach {{ $bulletins->links() }} @else
There are currently no bulletins for this community.
@endif