@section('pageTitle','Dashboard')

Dashboard

{{ date('F j, Y') }}

@if(auth()->user()->user_type < 2 || auth()->user()->access_scope == 0)
@else
@endif @livewire('dashboard.completeness-indicator-panel')
SCOPE: {{$scope_description}}
{{-- @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') --}}