We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2eb34 commit 504915cCopy full SHA for 504915c
resources/views/usersmanagement/show-users.blade.php
@@ -33,7 +33,7 @@
33
34
<div style="display: flex; justify-content: space-between; align-items: center;">
35
36
- Showing All Users
+ Showing users
37
38
<div class="btn-group pull-right btn-group-xs">
39
@@ -132,6 +132,8 @@
132
@endforeach
133
</tbody>
134
</table>
135
+
136
+ {{ $users->links() }}
137
</div>
138
139
@@ -145,12 +147,9 @@
145
147
146
148
@section('footer_scripts')
149
- @if (count($users) > 10)
- @include('scripts.datatables')
150
- @endif
151
@include('scripts.delete-modal-script')
152
@include('scripts.save-modal-script')
153
{{--
154
@include('scripts.tooltips')
155
--}}
156
-@endsection
+@endsection
0 commit comments