Optimisations for resellers home page

This commit is contained in:
2024-07-05 17:23:06 +10:00
parent e7ac329d24
commit b6b036e06d
4 changed files with 12 additions and 9 deletions

View File

@@ -96,7 +96,7 @@
@if ($o == $user)
@canany('reseller','wholesaler')
<div class="tab-pane" id="tab-reseller" role="tabpanel">
@include('theme.backend.adminlte.r.home.widgets.home')
@include('theme.backend.adminlte.r.home.widget.home')
</div>
@endcanany
@endif