Notices

entries
@foreach ($notices as $index => $notice) @endforeach
S.N. Title Published on Actions
{{ ($notices->currentPage() - 1) * $notices->perPage() + $index + 1 }} {{ $notice->name }} {{ $notice->created_at->format('m/d/Y') }}
{{ $notices->links('vendor.livewire.bootstrap', data: ['scrollTo' => false]) }}