@if($bulletins->count() > 0) @foreach($bulletins as $bulletin)
{{ $bulletin->subject }}
{{--
{{ $bulletin->subject }} {{ $bulletin->published_at->format('m/d/Y') }}

Excellent feature! I love it. One day I'm definitely going to put this Bootstrap component into use and I'll let you know once I do. View

--}}
{{ $bulletin->subject }}
{{ $bulletin->published_at->format('m/d/Y') }} {{-- {!! \Illuminate\Support\Str::limit($bulletin->body, 100) !!} --}}
@endforeach

{{ $bulletins->links() }}

@else
There are currently no bulletins for this state.
@endif