diff --git a/resources/views/staff/worklist/index.blade.php b/resources/views/staff/worklist/index.blade.php
index b26362f..61f8363 100644
--- a/resources/views/staff/worklist/index.blade.php
+++ b/resources/views/staff/worklist/index.blade.php
@@ -19,75 +19,8 @@
@endsection
@section('content')
-
-
-
-
+
diff --git a/resources/views/staff/worklist/partials/_stats.blade.php b/resources/views/staff/worklist/partials/_stats.blade.php
new file mode 100644
index 0000000..12422d6
--- /dev/null
+++ b/resources/views/staff/worklist/partials/_stats.blade.php
@@ -0,0 +1,67 @@
+
+
+
diff --git a/resources/views/staff/worklist/table.blade.php b/resources/views/staff/worklist/table.blade.php
index 7aeba1f..d8960fa 100644
--- a/resources/views/staff/worklist/table.blade.php
+++ b/resources/views/staff/worklist/table.blade.php
@@ -53,6 +53,7 @@
@endsection
@section('content')
+ @include('staff.worklist.partials._stats')
{{ $dataTable->table(['class' => 'table table-sm'], true) }}