مبيعات اليوم شامل الضريبة
{{ number_format($totalToday,2) }}
قبل الضريبة{{ number_format($totalTodayBefore,2) }}
الضريبة{{ number_format($totalTodayTax,2) }}
مبيعات الشهر شامل الضريبة
{{ number_format($totalMonth,2) }}
قبل الضريبة{{ number_format($totalMonthBefore,2) }}
الضريبة{{ number_format($totalMonthTax,2) }}
مبيعات الفترة شامل الضريبة
{{ number_format($totalRange,2) }}
قبل الضريبة{{ number_format($totalRangeBefore,2) }}
الضريبة{{ number_format($totalRangeTax,2) }}
الإجمالي الكلي شامل الضريبة
{{ number_format($totalAll,2) }}
قبل الضريبة{{ number_format($totalAllBefore,2) }}
الضريبة{{ number_format($totalAllTax,2) }}