@php $bgClasses = ['bgc1', 'bgc2', 'bgc3']; @endphp @forelse ($notices as $notice) @php $bgClass = $bgClasses[$loop->index % 3]; @endphp
{{ $notice->created_at->format('M') }} {{ $notice->created_at->format('d') }}
NOTICE BOARD
{{ $notice->title }}
By {{ $notice->user->name ?? 'Admin' }} {{ number_format($notice->seenBy) }}
{{ number_format($notice->seenBy) }}
@empty
No notices found.
@endforelse
{{ $notices->links('vendor.pagination.frontend') }}