pass previous query values to paginate
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-ui.table>
|
</x-ui.table>
|
||||||
|
|
||||||
{{ $locations->links() }}
|
{{ $locations->appends(request()->query())->links() }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</x-container>
|
</x-container>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-ui.table>
|
</x-ui.table>
|
||||||
|
|
||||||
{{ $media->links() }}
|
{{ $media->appends(request()->query())->links() }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</x-container>
|
</x-container>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-ui.table>
|
</x-ui.table>
|
||||||
|
|
||||||
{{ $posts->links() }}
|
{{ $posts->appends(request()->query())->links() }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</x-container>
|
</x-container>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-ui.table>
|
</x-ui.table>
|
||||||
|
|
||||||
{{ $users->links() }}
|
{{ $users->appends(request()->query())->links() }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</x-container>
|
</x-container>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-ui.table>
|
</x-ui.table>
|
||||||
|
|
||||||
{{ $workshops->links() }}
|
{{ $workshops->appends(request()->query())->links() }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</x-container>
|
</x-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user