@extends('layouts.app') @section('content')
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) }}
@endsection @push("javascript") @endpush