@extends('sales.layout.guest-layout') @section('main')

Total Orders Amount

${{ number_format($totalSalesAmount, 2) }}

Total Order Products

{{ $totalOrderProductsCount }}

Total Orders

{{ $totalOrdersCount }}

Customers

{{ $totalCustomersCount }}

Current Month Orders

{{ $currentMonthOrdersCount }}

@endsection