From 19a0f2f646c722d4b193857851ebb76578ca20ae Mon Sep 17 00:00:00 2001 From: cp6 Date: Mon, 9 Dec 2024 16:42:43 +1100 Subject: [PATCH] Added Datatables to shared index for sorting and searching ability --- resources/views/shared/index.blade.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/resources/views/shared/index.blade.php b/resources/views/shared/index.blade.php index 30e680f..269877a 100644 --- a/resources/views/shared/index.blade.php +++ b/resources/views/shared/index.blade.php @@ -9,7 +9,7 @@ Add shared hosting
- +
@@ -70,4 +70,24 @@ shared + + @section('scripts') + + @endsection +
Name