@if(auth()->user()->user_type < 2 || auth()->user()->access_scope == 0)
@else
@endif
@livewire('dashboard.completeness-indicator-panel')
{{-- @livewire('dashboard.gross-sales-month-panel')
@livewire('dashboard.gross-sales-panel')
@livewire('dashboard.net-sales-panel')
@livewire('dashboard.discounts-panel') --}}
@livewire('dashboard.top-sold-items-by-quantity-panel', ['scope' => $scope],key('tsi-'.$scope))
{{-- @livewire('dashboard.top-performing-stores-panel') --}}
{{-- @livewire('dashboard.gross-sales-by-area-panel')
@livewire('dashboard.monthly-sales-panel') --}}