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') - -
-
-
-
-
-
-
-

24

-

Clients

-
-
- - - -
-
-
-
-
-
-
-

165

-

Invoices

-
-
- - - -
-
-
-
-
-
-
-

$2.46k

-

Paid

-
-
- - - -
-
-
-
-
-
-

$876

-

Unpaid

-
-
- - - -
-
-
-
-
-
-
- - +
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 @@ + + +
+
+
+
+
+
+
+

24

+

All

+
+
+ + + +
+
+
+
+
+
+
+

165

+

Pending

+
+
+ + + +
+
+
+
+
+
+
+

$2.46k

+

Work-in-progress

+
+
+ + + +
+
+
+
+
+
+

$876

+

Complete

+
+
+ + + +
+
+
+
+
+
+
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) }}