diff --git a/resources/views/system/list.blade.php b/resources/views/system/list.blade.php index ee00f51..f0e7ce0 100644 --- a/resources/views/system/list.blade.php +++ b/resources/views/system/list.blade.php @@ -12,7 +12,7 @@
- +
@@ -39,4 +39,32 @@
System
-@endsection \ No newline at end of file +@endsection + +@section('page-css') + @css('datatables') +@append +@section('page-scripts') + @js('datatables') + + +@append \ No newline at end of file