We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf62c1f + ef97004 commit 275b160Copy full SHA for 275b160
packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php
@@ -65,14 +65,14 @@
65
{!! view_render_event('admin.dashboard.index.content.right.before') !!}
66
67
<div class="flex w-[378px] max-w-full flex-col gap-4 max-sm:w-full">
68
+ <!-- Revenue by Types -->
69
+ @include('admin::dashboard.index.open-leads-by-states')
70
+
71
<!-- Revenue by Sources -->
72
@include('admin::dashboard.index.revenue-by-sources')
73
74
<!-- Revenue by Types -->
75
@include('admin::dashboard.index.revenue-by-types')
-
- <!-- Revenue by Types -->
- @include('admin::dashboard.index.open-leads-by-states')
76
</div>
77
78
{!! view_render_event('admin.dashboard.index.content.left.after') !!}
0 commit comments