@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-year-panel',['scope' => $scope],key('gsy-'.$scope)) @livewire('dashboard.gross-sales-month-panel', ['scope' => $scope],key('gsm-'.$scope)) @livewire('dashboard.gross-sales-panel', ['scope' => $scope],key('gsp-'.$scope)) {{-- @livewire('dashboard.week-on-week-panel', ['scope' => $scope],key('wow-'.$scope)) {{-- @livewire('dashboard.discounts-panel') --}}
@livewire('dashboard.week-on-week-chart-panel', ['scope' => $scope],key('wowc-'.$scope)) @livewire('dashboard.daily-gross-sales-chart-panel',['scope' => $scope],key('dgsc-'.$scope))
@livewire('dashboard.monthly-sales-panel', ['scope' => $scope],key('msp-'.$scope)) {{-- @livewire('dashboard.weather-panel') --}}
@livewire('dashboard.gross-sales-by-area-panel', ['scope' => $scope],key('gsa-'.$scope)) @livewire('dashboard.top-performing-stores-panel', ['scope' => $scope],key('tps-'.$scope))