{{{index-table.header.stub}}} @foreach (${{modelVariable}} as $row) {{{index-table.body.stub}}} @endforeach
NoAksi
{{ $loop->iteration + (${{modelVariable}}->currentPage() - 1) * ${{modelVariable}}->perPage() }}
@can('{{modelRoute}} view') @endcan @can('{{modelRoute}} edit') @endcan @can('{{modelRoute}} delete')
@csrf @method('DELETE')
@endcan
{{-- Pagination --}}
{!! ${{modelVariable}}->withQueryString()->links() !!}