@foreach ($templateNotifikasi as $row) @endforeach
No Judul Pesan Aksi
{{ $loop->iteration + ($templateNotifikasi->currentPage() - 1) * $templateNotifikasi->perPage() }} {{ $row?->judul }} {{ Str::limit($row?->pesan, 80) }}
@can('template-notifikasi view') @endcan @can('template-notifikasi edit') @endcan @can('template-notifikasi delete')
@csrf @method('DELETE')
@endcan
{{-- Pagination --}}
{!! $templateNotifikasi->withQueryString()->links() !!}