@extends('layouts.app') @section('content')
{{$notifications->where('status',0)->count()}}
@include('order-notification',['notifications',$notifications])
{{ Auth::user()->name }}
Edit Profile
{{ __('Logout') }}
Overview
Dashboard
TODAY'S SALES
{{ number_format($todaySales, 2) }}
{{--
--}}
DELIVERED ORDER TODAY'S
{{ $todayOrderDelivered }}
{{--
--}}
CANCELED ORDER TODAY'S
{{ $todayOrderCanceled }}
{{--
--}}
TODAY'S DELIVERY CHARGES
{{ number_format($todayDeliveryCharges, 2) }}
{{--
--}}
TOTAL ACTIVE PRODUCTS
{{ count($products) }}
TOTAL ACTIVE CATEGORIES
{{ count($categories) }}
TOTAL ACTIVE DEALS
{{ count($deals) }}
TOTAL ACTIVE USERS
{{ count($users) }}
Sale Report For
Last 7 Days
Last 30 Days
Last 12 Months
Last 4 Weeks
@endsection @push("javascript") @endpush