Notices
@forelse($notices as $notice) {{ Str::limit($notice->msg, 50) }} {{ $notice->formatted_date }} @empty

No notices yet !!

@endforelse
{{ $notices->onEachSide(1)->links() }}
Globals
@forelse($globals as $global)
{{ $global->char_name }} - {{ $global->msg }} {{ $global->formatted_date }}
@empty

No globals yet !!

@endforelse
{{ $globals->onEachSide(1)->links() }}