{{-- Show Credentials Setup Alert --}}
@if (Route::is('admin.dashboard') && ($checkCrentials = checkCrentials()))
@foreach ($checkCrentials as $checkCrential)
@if ($checkCrential->status)
@endif
@endforeach
@endif
@if ($setting->is_queable == 'active' && Cache::get('corn_working') !== 'working')
@endif
@adminCan('dashboard.view')
{{ $today_order->count() }}
{{ $today_order->sum('plan_price') }}
{{ $this_month_order->count() }}
{{ $this_month_order->sum('plan_price') }}
{{ $this_year_order->count() }}
{{ $this_year_order->sum('plan_price') }}
{{ $total_order->count() }}
{{ $total_order->sum('plan_price') }}
{{ $properties->where('status',1)->count() }}
{{ $properties->where('status',0)->count() }}
@endadminCan
@endsection
@push('js')
@endpush