diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-24 00:13:09 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-24 00:13:09 +0100 |
commit | 2a349e8a4222b76724ed21626f332e9f3237318f (patch) | |
tree | 1be23fa35819fa275f2fd156f1062ca62d55c611 /workbench/resources/views/components/table/card-pagination.blade.php | |
parent | 94fd2a9a3cff8c926ce12046e01f481f15c02d76 (diff) |
Diffstat (limited to 'workbench/resources/views/components/table/card-pagination.blade.php')
-rw-r--r-- | workbench/resources/views/components/table/card-pagination.blade.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/workbench/resources/views/components/table/card-pagination.blade.php b/workbench/resources/views/components/table/card-pagination.blade.php new file mode 100644 index 0000000..fad0907 --- /dev/null +++ b/workbench/resources/views/components/table/card-pagination.blade.php @@ -0,0 +1,4 @@ + <div class="card-footer"> + {{ $slot }} + </div> +</div> |